#75FFCC
A light, vivid green closely aligning with Aquamarine.
About #75FFCC
Visually, #75FFCC is defined as a vivid green. If you're using CSS, you might find it aligns closely with Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 255, and 204.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 54% C, 0% M, 20% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#75FFCC
RGB117, 255, 204
HSL157.8°, 100.0%, 72.9%
CMYK54%, 0%, 20%, 0%
HSV157.8°, 54.1%, 100.0%
LAB91.5, -49.4, 13.1
XYZ54.0, 79.7, 69.7
Decimal7733196
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.24:1
Text on #FFFFFF
FAIL
16.93:1
Text on #000000
AAA
1.19:1
Text on #F8FAFC
FAIL
14.39:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75FFCC;
}
.text-color {
color: #75FFCC;
}
.border-color {
border: 2px solid #75FFCC;
}