#66FFCC
A light, vivid green closely aligning with Aquamarine.
About #66FFCC
The hex code #66FFCC represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Aquamarine. This translates to an RGB value of rgb(102, 255, 204).
If you are designing for print, the four-color process is what matters most. The color uses 60% Cyan, 0% Magenta, 20% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#66FFCC
RGB102, 255, 204
HSL160.0°, 100.0%, 70.0%
CMYK60%, 0%, 20%, 0%
HSV160.0°, 60.0%, 100.0%
LAB91.1, -52.3, 12.4
XYZ52.1, 78.7, 69.6
Decimal6750156
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.74:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.23:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66FFCC;
}
.text-color {
color: #66FFCC;
}
.border-color {
border: 2px solid #66FFCC;
}