#16FFCC
A medium, vivid cyan closely aligning with Aquamarine.
About #16FFCC
The precise color #16FFCC is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Aquamarine. This translates to an RGB value of rgb(22, 255, 204).
Translating this color to physical media requires the CMYK color model. The color uses 91% Cyan, 0% Magenta, 20% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#16FFCC
RGB22, 255, 204
HSL166.9°, 100.0%, 54.3%
CMYK91%, 0%, 20%, 0%
HSV166.9°, 91.4%, 100.0%
LAB89.9, -61.0, 10.5
XYZ47.0, 76.1, 69.3
Decimal1507276
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.30:1
Text on #FFFFFF
FAIL
16.21:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.78:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16FFCC;
}
.text-color {
color: #16FFCC;
}
.border-color {
border: 2px solid #16FFCC;
}