#3399A0
A medium, moderate cyan closely aligning with Darkcyan.
About #3399A0
At its core, #3399A0 is a medium and moderate hue. It is closely associated with the named CSS color Darkcyan. This translates to an RGB value of rgb(51, 153, 160).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 68% C, 4% M, 0% Y, and 37% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3399A0
RGB51, 153, 160
HSL183.9°, 51.7%, 41.4%
CMYK68%, 4%, 0%, 37%
HSV183.9°, 68.1%, 62.7%
LAB58.1, -26.4, -12.2
XYZ19.1, 26.0, 37.3
Decimal3381664
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.38:1
Text on #FFFFFF
AA Large
6.20:1
Text on #000000
AA
3.23:1
Text on #F8FAFC
AA Large
5.27:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3399A0;
}
.text-color {
color: #3399A0;
}
.border-color {
border: 2px solid #3399A0;
}