#7CC5A0
A light, moderate green closely aligning with Mediumaquamarine.
About #7CC5A0
Visually, #7CC5A0 is defined as a moderate green. Its closest recognized web color is Mediumaquamarine. In the RGB color space, it consists of 124 red, 197 green, and 160 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 37% C, 0% M, 19% Y, and 23% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7CC5A0
RGB124, 197, 160
HSL149.6°, 38.6%, 62.9%
CMYK37%, 0%, 19%, 23%
HSV149.6°, 37.1%, 77.3%
LAB74.0, -31.0, 11.4
XYZ34.6, 46.8, 40.5
Decimal8177056
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.03:1
Text on #FFFFFF
FAIL
10.35:1
Text on #000000
AAA
1.94:1
Text on #F8FAFC
FAIL
8.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CC5A0;
}
.text-color {
color: #7CC5A0;
}
.border-color {
border: 2px solid #7CC5A0;
}