Shades of Deep Teal #204039
Tints of Deep Teal #204039
RGB
CMYK
RGB Variations
Color information
#204039 (or 0x204039) is known color: Deep Teal. HEX triplet: 20, 40 and 39. RGB value is (32,64,57). Sum of RGB (Red+Green+Blue) = 32+64+57=153 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.92% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 57 (22.66% from 255 or 37.25% from 153); Max value from RGB is 64 - color contains mainly: green. Hex color #204039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204039 is #DFBFC6. Grayscale: #353535. Windows color (decimal): -14663623 or 3751968. OLE color: 3751968.
HSL color Cylindrical-coordinate representation of color #204039: hue angle of 166.88º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #204039 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 64 | 57 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.75 |
| HSL | 166.88º | 0.33% | 0.19% | - |
| HSV(B) | 166.88º | 0.5% | 0.25% | - |
| XYZ | 3.17 | 4.27 | 4.53 | - |
| YUV | 53.63 | 129.9 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 57 | 0.50 | 0 | 0.11 | 0.75 | 166.88 | 0.33 | 0.19 |
| Hex | 20 | 40 | 39 | 32 | 0 | B | 4B | A7 | 21 | 13 |
| Octal | 40 | 100 | 71 | 62 | 0 | 13 | 113 | 247 | 41 | 23 |
| Binary | 100000 | 1000000 | 111001 | 110010 | 0 | 1011 | 1001011 | 10100111 | 100001 | 10011 |
Color Harmonies of #204039
Complementary color
Monochromatic Colors of #204039
Black with #204039
Text Example
Text Example
White with #204039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204039; }
p { color: rgb(32,64,57); }
H1.HeaderClassName
{
color: #204039;
}
.AnyTagClassName
{
color: #204039;
}
</style>
background-color css
<style>
a { background-color: #204039; }
a { background-color: rgb(32,64,57); }
div.DivClassName
{
background-color: #204039;
}
.BgClassName
{
background-color: #204039;
}
</style>
border-color css
<style>
span { border-color: #204039; }
span { border-color: rgb(32,64,57); }
td.TdClassName
{
border-color: #204039;
}
.TagClassName
{
border-color: #204039;
}
</style>