#16758A
A dark, vivid cyan closely aligning with Teal.
About #16758A
When working with digital screens, the color #16758A is rendered by mixing light. If you're using CSS, you might find it aligns closely with Teal. This translates to an RGB value of rgb(22, 117, 138).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 84% cyan, 15% magenta, 0% yellow, and 46% black. With a hue angle of 190.9 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF 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#16758A
RGB22, 117, 138
HSL190.9°, 72.5%, 31.4%
CMYK84%, 15%, 0%, 46%
HSV190.9°, 84.1%, 54.1%
LAB45.3, -18.3, -18.9
XYZ11.3, 14.7, 26.3
Decimal1471882
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.32:1
Text on #FFFFFF
AA
3.95:1
Text on #000000
AA Large
5.09:1
Text on #F8FAFC
AA
3.35:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #16758A;
}
.text-color {
color: #16758A;
}
.border-color {
border: 2px solid #16758A;
}