#07CCA0
A medium, vivid cyan closely aligning with Mediumaquamarine.
About #07CCA0
Visually, #07CCA0 is defined as a vivid cyan. It is closely associated with the named CSS color Mediumaquamarine. In the RGB color space, it consists of 7 red, 204 green, and 160 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 97% C, 0% M, 22% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#07CCA0
RGB7, 204, 160
HSL166.6°, 93.4%, 41.4%
CMYK97%, 0%, 22%, 20%
HSV166.6°, 96.6%, 80.0%
LAB73.4, -52.5, 10.2
XYZ28.0, 45.8, 40.6
Decimal511136
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.07:1
Text on #FFFFFF
FAIL
10.15:1
Text on #000000
AAA
1.98:1
Text on #F8FAFC
FAIL
8.63:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07CCA0;
}
.text-color {
color: #07CCA0;
}
.border-color {
border: 2px solid #07CCA0;
}