Shades of Deep Teal #204842
Tints of Deep Teal #204842
RGB
CMYK
RGB Variations
Color information
#204842 (or 0x204842) is known color: Deep Teal. HEX triplet: 20, 48 and 42. RGB value is (32,72,66). Sum of RGB (Red+Green+Blue) = 32+72+66=170 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.82% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 72 - color contains mainly: green. Hex color #204842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204842 is #DFB7BD. Grayscale: #3B3B3B. Windows color (decimal): -14661566 or 4343840. OLE color: 4343840.
HSL color Cylindrical-coordinate representation of color #204842: hue angle of 171º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #204842 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 72 | 66 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.72 |
| HSL | 171º | 0.38% | 0.2% | - |
| HSV(B) | 171º | 0.56% | 0.28% | - |
| XYZ | 3.9 | 5.34 | 5.98 | - |
| YUV | 59.36 | 131.75 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 72 | 66 | 0.56 | 0 | 0.08 | 0.72 | 171 | 0.38 | 0.2 |
| Hex | 20 | 48 | 42 | 38 | 0 | 8 | 48 | AB | 26 | 14 |
| Octal | 40 | 110 | 102 | 70 | 0 | 10 | 110 | 253 | 46 | 24 |
| Binary | 100000 | 1001000 | 1000010 | 111000 | 0 | 1000 | 1001000 | 10101011 | 100110 | 10100 |
Color Harmonies of #204842
Complementary color
Monochromatic Colors of #204842
Black with #204842
Text Example
Text Example
White with #204842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204842; }
p { color: rgb(32,72,66); }
H1.HeaderClassName
{
color: #204842;
}
.AnyTagClassName
{
color: #204842;
}
</style>
background-color css
<style>
a { background-color: #204842; }
a { background-color: rgb(32,72,66); }
div.DivClassName
{
background-color: #204842;
}
.BgClassName
{
background-color: #204842;
}
</style>
border-color css
<style>
span { border-color: #204842; }
span { border-color: rgb(32,72,66); }
td.TdClassName
{
border-color: #204842;
}
.TagClassName
{
border-color: #204842;
}
</style>