#75E9A8
A light, vivid green closely aligning with Aquamarine.
About #75E9A8
Visually, #75E9A8 is defined as a vivid green. Its closest recognized web color is Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 233, and 168.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 50% cyan, 0% magenta, 28% yellow, and 9% black. Always request a physical proof before doing a large print run with this exact code.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#75E9A8
RGB117, 233, 168
HSL146.4°, 72.5%, 68.6%
CMYK50%, 0%, 28%, 9%
HSV146.4°, 49.8%, 91.4%
LAB84.4, -47.4, 21.7
XYZ43.5, 64.9, 47.3
Decimal7727528
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
13.98:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75E9A8;
}
.text-color {
color: #75E9A8;
}
.border-color {
border: 2px solid #75E9A8;
}