#7CE9BD
A light, vivid green closely aligning with Aquamarine.
About #7CE9BD
When working with digital screens, the color #7CE9BD is rendered by mixing light. Its closest recognized web color is Aquamarine. This translates to an RGB value of rgb(124, 233, 189).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 47% C, 0% M, 19% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7CE9BD
RGB124, 233, 189
HSL155.8°, 71.2%, 70.0%
CMYK47%, 0%, 19%, 9%
HSV155.8°, 46.8%, 91.4%
LAB85.1, -41.5, 11.8
XYZ46.6, 66.2, 58.5
Decimal8186301
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.47:1
Text on #FFFFFF
FAIL
14.25:1
Text on #000000
AAA
1.41:1
Text on #F8FAFC
FAIL
12.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CE9BD;
}
.text-color {
color: #7CE9BD;
}
.border-color {
border: 2px solid #7CE9BD;
}