#3A9999
A medium, moderate cyan closely aligning with Darkcyan.
About #3A9999
Visually, #3A9999 is defined as a moderate cyan. Its closest recognized web color is Darkcyan. This translates to an RGB value of rgb(58, 153, 153).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 62% cyan and 0% magenta inks. With a hue angle of 180.0 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#3A9999
RGB58, 153, 153
HSL180.0°, 45.0%, 41.4%
CMYK62%, 0%, 0%, 40%
HSV180.0°, 62.1%, 60.0%
LAB58.0, -27.3, -8.3
XYZ18.9, 26.0, 34.2
Decimal3840409
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.39:1
Text on #FFFFFF
AA Large
6.20:1
Text on #000000
AA
3.24:1
Text on #F8FAFC
AA Large
5.27:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3A9999;
}
.text-color {
color: #3A9999;
}
.border-color {
border: 2px solid #3A9999;
}