#5FF0B6
A light, vivid green closely aligning with Aquamarine.
About #5FF0B6
When working with digital screens, the color #5FF0B6 is rendered by mixing light. Its closest recognized web color is Aquamarine. This translates to an RGB value of rgb(95, 240, 182).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 60% Cyan, 0% Magenta, 24% Yellow, and 6% Black. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5FF0B6
RGB95, 240, 182
HSL156.0°, 82.9%, 65.7%
CMYK60%, 0%, 24%, 6%
HSV156.0°, 60.4%, 94.1%
LAB86.1, -52.2, 16.6
XYZ44.3, 68.1, 55.1
Decimal6287542
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.63:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FF0B6;
}
.text-color {
color: #5FF0B6;
}
.border-color {
border: 2px solid #5FF0B6;
}