#006650
A dark, vivid cyan closely aligning with Teal.
About #006650
At its core, #006650 is a dark and vivid hue. Designers often compare it to the standard color Teal. In the RGB color space, it consists of 0 red, 102 green, and 80 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 100% cyan, 0% magenta, 22% yellow, and 60% black. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#006650
RGB0, 102, 80
HSL167.1°, 100.0%, 20.0%
CMYK100%, 0%, 22%, 60%
HSV167.1°, 100.0%, 40.0%
LAB38.0, -31.4, 5.3
XYZ6.2, 10.1, 9.2
Decimal26192
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.96:1
Text on #FFFFFF
AA
3.02:1
Text on #000000
AA Large
6.65:1
Text on #F8FAFC
AA
2.56:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #006650;
}
.text-color {
color: #006650;
}
.border-color {
border: 2px solid #006650;
}