#66CDAA
mediumaquamarine
#66CDAA is a cyan colour. In RGB it is 102 red, 205 green and 170 blue, which converts to a hue of 160 degrees, 51% saturation and 60% lightness. It is one of the named CSS colours, written as mediumaquamarine in stylesheets.
Color values
| HEX | #66CDAA |
|---|---|
| RGB | rgb(102, 205, 170) |
| HSL | hsl(160, 51%, 60%) |
| HSV | hsv(160, 50%, 80%) |
| CMYK | cmyk(50%, 0%, 17%, 20%) |
Contrast and accessibility
Against white the contrast ratio is 1.93:1, and against black it is 10.88:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 1.93:1 | Fail | Fail |
| Black | 10.88:1 | AAA | AAA |
Tints and shades
Lighter tints move #66CDAA toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #66CDAA; |
|---|---|
| CSS rgb() | color: rgb(102 205 170); |
| Tailwind | bg-[#66cdaa] |
| SwiftUI | Color(red: 0.400, green: 0.804, blue: 0.667) |
| Android | Color.parseColor("#66CDAA") |