Mint Hex Code — #3EB489
RGB, HSL, and CMYK values for Mint.
Last updated: April 6, 2026
Mint Color Values
| Format | Value |
|---|---|
| HEX | #3EB489 |
| RGB | rgb(62, 180, 137) |
| HSL | hsl(158, 49%, 47%) |
| CMYK | cmyk(66%, 0%, 24%, 29%) |
About Mint
Color psychology: Freshness, coolness.
Mint (#3EB489) is a medium shade of green with a hue angle of 158° on the color wheel, 49% saturation, and 47% lightness. It's commonly used in web design, graphic design, and branding where freshness, coolness are desired associations.
In color theory, Mint sits in the neutral section of the spectrum. Its moderate saturation gives it a balanced, professional appearance suitable for both text and backgrounds.
When to Use Mint in Design
Web Design
Use Mint for headings, links, or accent elements against light backgrounds. Dark colors like this provide strong contrast and draw the eye to important content.
Branding & Logo
Mint conveys freshness, coolness — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:66% M:0% Y:24% K:29%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Dark colors like Mint are effective for primary buttons, navigation bars, and text. Use a lighter tint (increase HSL lightness to 90%+) for hover backgrounds.
How to Use Mint in CSS
/* Using HEX */ color: #3EB489; background-color: #3EB489; /* Using RGB */ color: rgb(62, 180, 137); /* Using HSL — best for creating variations */ color: hsl(158, 49%, 47%); /* Transparent overlay (50% opacity) */ background-color: rgba(62, 180, 137, 0.5); /* Lighter variant for hover states */ background-color: hsl(158, 49%, 57%); /* Darker variant for active states */ background-color: hsl(158, 49%, 37%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Mint without changing its core hue or saturation.
Colors That Go With Mint
Complementary
Analogous
Triadic
Similar Shades of Green
Frequently Asked Questions
What is the hex code for Mint?
What is Mint in RGB and when should I use RGB?
How to use Mint in CSS with different color formats?
What is the HSL value of Mint and why is HSL useful for designers?
What is the CMYK value of Mint for print design?
What colors pair well with Mint in design projects?
Is Mint (#3EB489) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.