Shades of Deep Teal #214742
Tints of Deep Teal #214742
RGB
CMYK
RGB Variations
Color information
#214742 (or 0x214742) is known color: Deep Teal. HEX triplet: 21, 47 and 42. RGB value is (33,71,66). Sum of RGB (Red+Green+Blue) = 33+71+66=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 71 - color contains mainly: green. Hex color #214742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214742 is #DEB8BD. Grayscale: #3B3B3B. Windows color (decimal): -14596286 or 4343585. OLE color: 4343585.
HSL color Cylindrical-coordinate representation of color #214742: hue angle of 172.11º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #214742 is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 71 | 66 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.72 |
| HSL | 172.11º | 0.37% | 0.2% | - |
| HSV(B) | 172.11º | 0.54% | 0.28% | - |
| XYZ | 3.86 | 5.22 | 5.96 | - |
| YUV | 59.07 | 131.91 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 71 | 66 | 0.54 | 0 | 0.07 | 0.72 | 172.11 | 0.37 | 0.2 |
| Hex | 21 | 47 | 42 | 36 | 0 | 7 | 48 | AC | 25 | 14 |
| Octal | 41 | 107 | 102 | 66 | 0 | 7 | 110 | 254 | 45 | 24 |
| Binary | 100001 | 1000111 | 1000010 | 110110 | 0 | 111 | 1001000 | 10101100 | 100101 | 10100 |
Color Harmonies of #214742
Complementary color
Monochromatic Colors of #214742
Black with #214742
Text Example
Text Example
White with #214742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214742; }
p { color: rgb(33,71,66); }
H1.HeaderClassName
{
color: #214742;
}
.AnyTagClassName
{
color: #214742;
}
</style>
background-color css
<style>
a { background-color: #214742; }
a { background-color: rgb(33,71,66); }
div.DivClassName
{
background-color: #214742;
}
.BgClassName
{
background-color: #214742;
}
</style>
border-color css
<style>
span { border-color: #214742; }
span { border-color: rgb(33,71,66); }
td.TdClassName
{
border-color: #214742;
}
.TagClassName
{
border-color: #214742;
}
</style>