Shades of Deep Teal #204841
Tints of Deep Teal #204841
RGB
CMYK
RGB Variations
Color information
#204841 (or 0x204841) is known color: Deep Teal. HEX triplet: 20, 48 and 41. RGB value is (32,72,65). Sum of RGB (Red+Green+Blue) = 32+72+65=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 72 - color contains mainly: green. Hex color #204841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204841 is #DFB7BE. Grayscale: #3B3B3B. Windows color (decimal): -14661567 or 4278304. OLE color: 4278304.
HSL color Cylindrical-coordinate representation of color #204841: hue angle of 169.5º 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 #204841 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 72 | 65 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.72 |
| HSL | 169.5º | 0.38% | 0.2% | - |
| HSV(B) | 169.5º | 0.56% | 0.28% | - |
| XYZ | 3.87 | 5.32 | 5.82 | - |
| YUV | 59.24 | 131.25 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 72 | 65 | 0.56 | 0 | 0.10 | 0.72 | 169.5 | 0.38 | 0.2 |
| Hex | 20 | 48 | 41 | 38 | 0 | A | 48 | AA | 26 | 14 |
| Octal | 40 | 110 | 101 | 70 | 0 | 12 | 110 | 252 | 46 | 24 |
| Binary | 100000 | 1001000 | 1000001 | 111000 | 0 | 1010 | 1001000 | 10101010 | 100110 | 10100 |
Color Harmonies of #204841
Complementary color
Monochromatic Colors of #204841
Black with #204841
Text Example
Text Example
White with #204841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204841; }
p { color: rgb(32,72,65); }
H1.HeaderClassName
{
color: #204841;
}
.AnyTagClassName
{
color: #204841;
}
</style>
background-color css
<style>
a { background-color: #204841; }
a { background-color: rgb(32,72,65); }
div.DivClassName
{
background-color: #204841;
}
.BgClassName
{
background-color: #204841;
}
</style>
border-color css
<style>
span { border-color: #204841; }
span { border-color: rgb(32,72,65); }
td.TdClassName
{
border-color: #204841;
}
.TagClassName
{
border-color: #204841;
}
</style>