Medium Aquamarine Hex Code — #66CDAA
RGB, HSL, and CMYK values for Medium Aquamarine.
Last updated: April 6, 2026
Medium Aquamarine Color Values
| Format | Value |
|---|---|
| HEX | #66CDAA |
| RGB | rgb(102, 205, 170) |
| HSL | hsl(160, 51%, 60%) |
| CMYK | cmyk(50%, 0%, 17%, 20%) |
About Medium Aquamarine
Color psychology: Calm, protection.
Medium Aquamarine (#66CDAA) is a medium shade of blue with a hue angle of 160° on the color wheel, 51% saturation, and 60% lightness. It's commonly used in web design, graphic design, and branding where calm, protection are desired associations.
In color theory, Medium Aquamarine 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 Medium Aquamarine in Design
Web Design
Use Medium Aquamarine 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
Medium Aquamarine conveys calm, protection — 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:50% M:0% Y:17% K:20%) 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
Light colors like Medium Aquamarine work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Medium Aquamarine in CSS
/* Using HEX */ color: #66CDAA; background-color: #66CDAA; /* Using RGB */ color: rgb(102, 205, 170); /* Using HSL — best for creating variations */ color: hsl(160, 51%, 60%); /* Transparent overlay (50% opacity) */ background-color: rgba(102, 205, 170, 0.5); /* Lighter variant for hover states */ background-color: hsl(160, 51%, 70%); /* Darker variant for active states */ background-color: hsl(160, 51%, 50%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Medium Aquamarine without changing its core hue or saturation.
Colors That Go With Medium Aquamarine
Complementary
Analogous
Triadic
Similar Shades of Blue
Frequently Asked Questions
What is the hex code for Medium Aquamarine?
What is Medium Aquamarine in RGB and when should I use RGB?
How to use Medium Aquamarine in CSS with different color formats?
What is the HSL value of Medium Aquamarine and why is HSL useful for designers?
What is the CMYK value of Medium Aquamarine for print design?
What colors pair well with Medium Aquamarine in design projects?
Is Medium Aquamarine (#66CDAA) 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.