Shades of Deep Teal #214941
Tints of Deep Teal #214941
RGB
CMYK
RGB Variations
Color information
#214941 (or 0x214941) is known color: Deep Teal. HEX triplet: 21, 49 and 41. RGB value is (33,73,65). Sum of RGB (Red+Green+Blue) = 33+73+65=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 73 (28.91% from 255 or 42.69% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 73 - color contains mainly: green. Hex color #214941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214941 is #DEB6BE. Grayscale: #3C3C3C. Windows color (decimal): -14595775 or 4278561. OLE color: 4278561.
HSL color Cylindrical-coordinate representation of color #214941: hue angle of 168º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #214941 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 73 | 65 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.71 |
| HSL | 168º | 0.38% | 0.21% | - |
| HSV(B) | 168º | 0.55% | 0.29% | - |
| XYZ | 3.96 | 5.47 | 5.85 | - |
| YUV | 60.13 | 130.75 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 65 | 0.55 | 0 | 0.11 | 0.71 | 168 | 0.38 | 0.21 |
| Hex | 21 | 49 | 41 | 37 | 0 | B | 47 | A8 | 26 | 15 |
| Octal | 41 | 111 | 101 | 67 | 0 | 13 | 107 | 250 | 46 | 25 |
| Binary | 100001 | 1001001 | 1000001 | 110111 | 0 | 1011 | 1000111 | 10101000 | 100110 | 10101 |
Color Harmonies of #214941
Complementary color
Monochromatic Colors of #214941
Black with #214941
Text Example
Text Example
White with #214941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214941; }
p { color: rgb(33,73,65); }
H1.HeaderClassName
{
color: #214941;
}
.AnyTagClassName
{
color: #214941;
}
</style>
background-color css
<style>
a { background-color: #214941; }
a { background-color: rgb(33,73,65); }
div.DivClassName
{
background-color: #214941;
}
.BgClassName
{
background-color: #214941;
}
</style>
border-color css
<style>
span { border-color: #214941; }
span { border-color: rgb(33,73,65); }
td.TdClassName
{
border-color: #214941;
}
.TagClassName
{
border-color: #214941;
}
</style>