#42F0B6
A light, vivid green closely aligning with Aquamarine.
About #42F0B6
At its core, #42F0B6 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Aquamarine. In the RGB color space, it consists of 66 red, 240 green, and 182 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 72% cyan and 0% magenta inks. The HSL representation is 160.0° hue, 85.3% saturation, and 60.0% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#42F0B6
RGB66, 240, 182
HSL160.0°, 85.3%, 60.0%
CMYK72%, 0%, 24%, 6%
HSV160.0°, 72.5%, 94.1%
LAB85.4, -56.8, 15.6
XYZ41.9, 66.9, 55.0
Decimal4386998
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.46:1
Text on #FFFFFF
FAIL
14.37:1
Text on #000000
AAA
1.40:1
Text on #F8FAFC
FAIL
12.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42F0B6;
}
.text-color {
color: #42F0B6;
}
.border-color {
border: 2px solid #42F0B6;
}