#339992
A medium, moderate cyan closely aligning with Darkcyan.
About #339992
Visually, #339992 is defined as a moderate cyan. It is closely associated with the named CSS color Darkcyan. This translates to an RGB value of rgb(51, 153, 146).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 67% Cyan, 0% Magenta, 5% Yellow, and 40% Black. The HSL representation is 175.9° hue, 50.0% saturation, and 40.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#339992
RGB51, 153, 146
HSL175.9°, 50.0%, 40.0%
CMYK67%, 0%, 5%, 40%
HSV175.9°, 66.7%, 60.0%
LAB57.6, -30.5, -4.9
XYZ17.9, 25.6, 31.2
Decimal3381650
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.44:1
Text on #FFFFFF
AA Large
6.11:1
Text on #000000
AA
3.28:1
Text on #F8FAFC
AA Large
5.20:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #339992;
}
.text-color {
color: #339992;
}
.border-color {
border: 2px solid #339992;
}