#75D3B6
A light, moderate green closely aligning with Mediumaquamarine.
About #75D3B6
Visually, #75D3B6 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Mediumaquamarine. This translates to an RGB value of rgb(117, 211, 182).
For print applications, it's crucial to understand its CMYK makeup. The color uses 45% Cyan, 0% Magenta, 14% Yellow, and 17% Black. The HSL representation is 161.5° hue, 51.6% saturation, and 64.3% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#75D3B6
RGB117, 211, 182
HSL161.5°, 51.6%, 64.3%
CMYK45%, 0%, 14%, 17%
HSV161.5°, 44.5%, 82.7%
LAB78.3, -34.7, 5.7
XYZ39.1, 53.7, 52.6
Decimal7721910
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.79:1
Text on #FFFFFF
FAIL
11.75:1
Text on #000000
AAA
1.71:1
Text on #F8FAFC
FAIL
9.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75D3B6;
}
.text-color {
color: #75D3B6;
}
.border-color {
border: 2px solid #75D3B6;
}