#75F0CC
A light, vivid green closely aligning with Aquamarine.
About #75F0CC
When working with digital screens, the color #75F0CC is rendered by mixing light. If you're using CSS, you might find it aligns closely with Aquamarine. Its digital footprint relies on 117 parts red, 240 parts green, and 204 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 51% cyan and 0% magenta inks. The HSL representation is 162.4° hue, 80.4% saturation, and 70.0% lightness.
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#75F0CC
RGB117, 240, 204
HSL162.4°, 80.4%, 70.0%
CMYK51%, 0%, 15%, 6%
HSV162.4°, 51.3%, 94.1%
LAB87.2, -42.9, 6.9
XYZ49.4, 70.5, 68.1
Decimal7729356
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.39:1
Text on #FFFFFF
FAIL
15.09:1
Text on #000000
AAA
1.33:1
Text on #F8FAFC
FAIL
12.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75F0CC;
}
.text-color {
color: #75F0CC;
}
.border-color {
border: 2px solid #75F0CC;
}