#75F8C5
A light, vivid green closely aligning with Aquamarine.
About #75F8C5
The hex code #75F8C5 represents a beautifully specific shade of green. Its closest recognized web color is Aquamarine. This translates to an RGB value of rgb(117, 248, 197).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 53% C, 0% M, 21% Y, and 3% K. The HSL representation is 156.6° hue, 90.3% saturation, and 71.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#75F8C5
RGB117, 248, 197
HSL156.6°, 90.3%, 71.6%
CMYK53%, 0%, 21%, 3%
HSV156.6°, 52.8%, 97.3%
LAB89.4, -47.9, 13.6
XYZ51.0, 74.9, 64.6
Decimal7731397
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
15.99:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.59:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75F8C5;
}
.text-color {
color: #75F8C5;
}
.border-color {
border: 2px solid #75F8C5;
}