#7CF0C5
A light, vivid green closely aligning with Aquamarine.
About #7CF0C5
The hex code #7CF0C5 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Aquamarine. In the RGB color space, it consists of 124 red, 240 green, and 197 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 48% C, 0% M, 18% Y, and 6% K. The HSL representation is 157.8° hue, 79.5% saturation, and 71.4% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7CF0C5
RGB124, 240, 197
HSL157.8°, 79.5%, 71.4%
CMYK48%, 0%, 18%, 6%
HSV157.8°, 48.3%, 94.1%
LAB87.3, -42.9, 10.7
XYZ49.6, 70.6, 63.8
Decimal8188101
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.39:1
Text on #FFFFFF
FAIL
15.13:1
Text on #000000
AAA
1.33:1
Text on #F8FAFC
FAIL
12.86:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CF0C5;
}
.text-color {
color: #7CF0C5;
}
.border-color {
border: 2px solid #7CF0C5;
}