#7CDBA0
A light, moderate green closely aligning with Mediumaquamarine.
About #7CDBA0
When working with digital screens, the color #7CDBA0 is rendered by mixing light. Its closest recognized web color is Mediumaquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 219, and 160.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 43% C, 0% M, 27% Y, and 14% K. The HSL representation is 142.7° hue, 56.9% saturation, and 67.3% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#7CDBA0
RGB124, 219, 160
HSL142.7°, 56.9%, 67.3%
CMYK43%, 0%, 27%, 14%
HSV142.7°, 43.4%, 85.9%
LAB80.5, -41.1, 20.4
XYZ40.0, 57.5, 42.2
Decimal8182688
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.68:1
Text on #FFFFFF
FAIL
12.50:1
Text on #000000
AAA
1.61:1
Text on #F8FAFC
FAIL
10.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CDBA0;
}
.text-color {
color: #7CDBA0;
}
.border-color {
border: 2px solid #7CDBA0;
}