#16CCA8
A medium, vivid cyan closely aligning with Mediumaquamarine.
About #16CCA8
When working with digital screens, the color #16CCA8 is rendered by mixing light. It is closely associated with the named CSS color Mediumaquamarine. In the RGB color space, it consists of 22 red, 204 green, and 168 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 89% Cyan, 0% Magenta, 18% Yellow, and 20% 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#16CCA8
RGB22, 204, 168
HSL168.1°, 80.5%, 44.3%
CMYK89%, 0%, 18%, 20%
HSV168.1°, 89.2%, 80.0%
LAB73.7, -49.9, 6.2
XYZ29.0, 46.2, 44.4
Decimal1494184
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.05:1
Text on #FFFFFF
FAIL
10.24:1
Text on #000000
AAA
1.96:1
Text on #F8FAFC
FAIL
8.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16CCA8;
}
.text-color {
color: #16CCA8;
}
.border-color {
border: 2px solid #16CCA8;
}