#1699A0
A dark, vivid cyan closely aligning with Darkcyan.
About #1699A0
At its core, #1699A0 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Darkcyan. In the RGB color space, it consists of 22 red, 153 green, and 160 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 86% cyan, 4% magenta, 0% yellow, and 37% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#1699A0
RGB22, 153, 160
HSL183.0°, 75.8%, 35.7%
CMYK86%, 4%, 0%, 37%
HSV183.0°, 86.2%, 62.7%
LAB57.6, -29.5, -13.0
XYZ18.1, 25.5, 37.2
Decimal1481120
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.44:1
Text on #FFFFFF
AA Large
6.10:1
Text on #000000
AA
3.29:1
Text on #F8FAFC
AA Large
5.18:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1699A0;
}
.text-color {
color: #1699A0;
}
.border-color {
border: 2px solid #1699A0;
}