Mint Hex Code — #3EB489
RGB, HSL, and CMYK values for Mint.
Mint Color Values
| Format | Value |
|---|---|
| HEX | #3EB489 |
| RGB | rgb(62, 180, 137) |
| HSL | hsl(158, 49%, 47%) |
| CMYK | cmyk(66%, 0%, 24%, 29%) |
Want to explore more shades? Use our Color Converter
About Mint
Color psychology: Freshness, coolness.
Mint (#3EB489) is a medium shade of green. It's commonly used in web design, graphic design, and branding where freshness, coolness are desired associations.
How to Use Mint in CSS
/* Using HEX */ color: #3EB489; background-color: #3EB489; /* Using RGB */ color: rgb(62, 180, 137); /* Using HSL */ color: hsl(158, 49%, 47%);