#5FFFCC
A light, vivid green closely aligning with Aquamarine.
About #5FFFCC
The hex code #5FFFCC represents a beautifully specific shade of green. It is closely associated with the named CSS color Aquamarine. In the RGB color space, it consists of 95 red, 255 green, and 204 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 63% Cyan, 0% Magenta, 20% Yellow, and 0% Black. With a hue angle of 160.9 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5FFFCC
RGB95, 255, 204
HSL160.9°, 100.0%, 68.6%
CMYK63%, 0%, 20%, 0%
HSV160.9°, 62.7%, 100.0%
LAB90.9, -53.6, 12.1
XYZ51.4, 78.3, 69.5
Decimal6291404
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.26:1
Text on #FFFFFF
FAIL
16.66:1
Text on #000000
AAA
1.20:1
Text on #F8FAFC
FAIL
14.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FFFCC;
}
.text-color {
color: #5FFFCC;
}
.border-color {
border: 2px solid #5FFFCC;
}