#00E2AF
A medium, vivid cyan closely aligning with Aquamarine.
About #00E2AF
Visually, #00E2AF is defined as a vivid cyan. Designers often compare it to the standard color Aquamarine. Its digital footprint relies on 0 parts red, 226 parts green, and 175 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 100% Cyan, 0% Magenta, 23% Yellow, and 11% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00E2AF
RGB0, 226, 175
HSL166.5°, 100.0%, 44.3%
CMYK100%, 0%, 23%, 11%
HSV166.5°, 100.0%, 88.6%
LAB80.5, -57.6, 12.2
XYZ34.9, 57.5, 49.8
Decimal58031
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: #00E2AF;
}
.text-color {
color: #00E2AF;
}
.border-color {
border: 2px solid #00E2AF;
}