#07E2B6
A medium, vivid cyan closely aligning with Aquamarine.
About #07E2B6
Visually, #07E2B6 is defined as a vivid cyan. Designers often compare it to the standard color Aquamarine. Its digital footprint relies on 7 parts red, 226 parts green, and 182 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 97% Cyan, 0% Magenta, 19% 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. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07E2B6
RGB7, 226, 182
HSL167.9°, 94.0%, 45.7%
CMYK97%, 0%, 19%, 11%
HSV167.9°, 96.9%, 88.6%
LAB80.6, -55.7, 8.8
XYZ35.7, 57.8, 53.5
Decimal516790
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.67:1
Text on #FFFFFF
FAIL
12.56:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07E2B6;
}
.text-color {
color: #07E2B6;
}
.border-color {
border: 2px solid #07E2B6;
}