#42E9BD
A medium, vivid green closely aligning with Aquamarine.
About #42E9BD
At its core, #42E9BD is a medium and vivid hue. It is closely associated with the named CSS color Aquamarine. In the RGB color space, it consists of 66 red, 233 green, and 189 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 72% Cyan, 0% Magenta, 19% Yellow, and 9% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#42E9BD
RGB66, 233, 189
HSL164.2°, 79.1%, 58.6%
CMYK72%, 0%, 19%, 9%
HSV164.2°, 71.7%, 91.4%
LAB83.5, -52.4, 9.3
XYZ40.6, 63.1, 58.2
Decimal4385213
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.62:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.58:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42E9BD;
}
.text-color {
color: #42E9BD;
}
.border-color {
border: 2px solid #42E9BD;
}