#7DF1C2
A light, vivid green closely aligning with Aquamarine.
About #7DF1C2
At its core, #7DF1C2 is a light and vivid hue. It is closely associated with the named CSS color Aquamarine. Its digital footprint relies on 125 parts red, 241 parts green, and 194 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 48% Cyan, 0% Magenta, 20% Yellow, and 5% Black. With a hue angle of 155.7 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7DF1C2
RGB125, 241, 194
HSL155.7°, 80.6%, 71.8%
CMYK48%, 0%, 20%, 5%
HSV155.7°, 48.1%, 94.5%
LAB87.6, -43.7, 12.6
XYZ49.7, 71.2, 62.2
Decimal8253890
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.23:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.95:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7DF1C2;
}
.text-color {
color: #7DF1C2;
}
.border-color {
border: 2px solid #7DF1C2;
}