#07E2AF
A medium, vivid cyan closely aligning with Aquamarine.
About #07E2AF
When working with digital screens, the color #07E2AF is rendered by mixing light. If you're using CSS, you might find it aligns closely with Aquamarine. In the RGB color space, it consists of 7 red, 226 green, and 175 blue.
Translating this color to physical media requires the CMYK color model. The color uses 97% Cyan, 0% Magenta, 23% Yellow, and 11% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07E2AF
RGB7, 226, 175
HSL166.0°, 94.0%, 45.7%
CMYK97%, 0%, 23%, 11%
HSV166.0°, 96.9%, 88.6%
LAB80.5, -57.4, 12.2
XYZ35.0, 57.5, 49.8
Decimal516783
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.68:1
Text on #FFFFFF
FAIL
12.51:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.63:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07E2AF;
}
.text-color {
color: #07E2AF;
}
.border-color {
border: 2px solid #07E2AF;
}