Shades of Deep Teal #214843
Tints of Deep Teal #214843
RGB
CMYK
RGB Variations
Color information
#214843 (or 0x214843) is known color: Deep Teal. HEX triplet: 21, 48 and 43. RGB value is (33,72,67). Sum of RGB (Red+Green+Blue) = 33+72+67=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 72 - color contains mainly: green. Hex color #214843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214843 is #DEB7BC. Grayscale: #3B3B3B. Windows color (decimal): -14596029 or 4409377. OLE color: 4409377.
HSL color Cylindrical-coordinate representation of color #214843: hue angle of 172.31º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #214843 is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 72 | 67 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.72 |
| HSL | 172.31º | 0.37% | 0.21% | - |
| HSV(B) | 172.31º | 0.54% | 0.28% | - |
| XYZ | 3.96 | 5.36 | 6.14 | - |
| YUV | 59.77 | 132.08 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 72 | 67 | 0.54 | 0 | 0.07 | 0.72 | 172.31 | 0.37 | 0.21 |
| Hex | 21 | 48 | 43 | 36 | 0 | 7 | 48 | AC | 25 | 15 |
| Octal | 41 | 110 | 103 | 66 | 0 | 7 | 110 | 254 | 45 | 25 |
| Binary | 100001 | 1001000 | 1000011 | 110110 | 0 | 111 | 1001000 | 10101100 | 100101 | 10101 |
Color Harmonies of #214843
Complementary color
Monochromatic Colors of #214843
Black with #214843
Text Example
Text Example
White with #214843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214843; }
p { color: rgb(33,72,67); }
H1.HeaderClassName
{
color: #214843;
}
.AnyTagClassName
{
color: #214843;
}
</style>
background-color css
<style>
a { background-color: #214843; }
a { background-color: rgb(33,72,67); }
div.DivClassName
{
background-color: #214843;
}
.BgClassName
{
background-color: #214843;
}
</style>
border-color css
<style>
span { border-color: #214843; }
span { border-color: rgb(33,72,67); }
td.TdClassName
{
border-color: #214843;
}
.TagClassName
{
border-color: #214843;
}
</style>