#7CF0BD
A light, vivid green closely aligning with Aquamarine.
About #7CF0BD
When working with digital screens, the color #7CF0BD is rendered by mixing light. Designers often compare it to the standard color Aquamarine. This translates to an RGB value of rgb(124, 240, 189).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 48% Cyan, 0% Magenta, 21% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7CF0BD
RGB124, 240, 189
HSL153.6°, 79.5%, 71.4%
CMYK48%, 0%, 21%, 6%
HSV153.6°, 48.3%, 94.1%
LAB87.1, -44.6, 14.6
XYZ48.7, 70.3, 59.1
Decimal8188093
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.39:1
Text on #FFFFFF
FAIL
15.06:1
Text on #000000
AAA
1.33:1
Text on #F8FAFC
FAIL
12.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CF0BD;
}
.text-color {
color: #7CF0BD;
}
.border-color {
border: 2px solid #7CF0BD;
}