#66F0CC
A light, vivid green closely aligning with Aquamarine.
About #66F0CC
When working with digital screens, the color #66F0CC is rendered by mixing light. Its closest recognized web color is Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 240, and 204.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 57% C, 0% M, 15% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66F0CC
RGB102, 240, 204
HSL164.3°, 82.1%, 67.1%
CMYK57%, 0%, 15%, 6%
HSV164.3°, 57.5%, 94.1%
LAB86.8, -46.0, 6.2
XYZ47.5, 69.5, 68.0
Decimal6746316
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.41:1
Text on #FFFFFF
FAIL
14.90:1
Text on #000000
AAA
1.35:1
Text on #F8FAFC
FAIL
12.67:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66F0CC;
}
.text-color {
color: #66F0CC;
}
.border-color {
border: 2px solid #66F0CC;
}