#00E2B6
A medium, vivid cyan closely aligning with Aquamarine.
About #00E2B6
The precise color #00E2B6 is an excellent choice for modern design projects. It is closely associated with the named CSS color Aquamarine. In the RGB color space, it consists of 0 red, 226 green, and 182 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 100% Cyan, 0% Magenta, 19% Yellow, and 11% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00E2B6
RGB0, 226, 182
HSL168.3°, 100.0%, 44.3%
CMYK100%, 0%, 19%, 11%
HSV168.3°, 100.0%, 88.6%
LAB80.6, -55.9, 8.7
XYZ35.6, 57.8, 53.5
Decimal58038
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.67:1
Text on #FFFFFF
FAIL
12.55:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.67:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00E2B6;
}
.text-color {
color: #00E2B6;
}
.border-color {
border: 2px solid #00E2B6;
}