Shades of Deep Teal #204944
Tints of Deep Teal #204944
RGB
CMYK
RGB Variations
Color information
#204944 (or 0x204944) is known color: Deep Teal. HEX triplet: 20, 49 and 44. RGB value is (32,73,68). Sum of RGB (Red+Green+Blue) = 32+73+68=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 73 - color contains mainly: green. Hex color #204944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204944 is #DFB6BB. Grayscale: #3C3C3C. Windows color (decimal): -14661308 or 4475168. OLE color: 4475168.
HSL color Cylindrical-coordinate representation of color #204944: hue angle of 172.68º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #204944 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 73 | 68 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.71 |
| HSL | 172.68º | 0.39% | 0.21% | - |
| HSV(B) | 172.68º | 0.56% | 0.29% | - |
| XYZ | 4.02 | 5.49 | 6.32 | - |
| YUV | 60.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 73 | 68 | 0.56 | 0 | 0.07 | 0.71 | 172.68 | 0.39 | 0.21 |
| Hex | 20 | 49 | 44 | 38 | 0 | 7 | 47 | AD | 27 | 15 |
| Octal | 40 | 111 | 104 | 70 | 0 | 7 | 107 | 255 | 47 | 25 |
| Binary | 100000 | 1001001 | 1000100 | 111000 | 0 | 111 | 1000111 | 10101101 | 100111 | 10101 |
Color Harmonies of #204944
Complementary color
Monochromatic Colors of #204944
Black with #204944
Text Example
Text Example
White with #204944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204944; }
p { color: rgb(32,73,68); }
H1.HeaderClassName
{
color: #204944;
}
.AnyTagClassName
{
color: #204944;
}
</style>
background-color css
<style>
a { background-color: #204944; }
a { background-color: rgb(32,73,68); }
div.DivClassName
{
background-color: #204944;
}
.BgClassName
{
background-color: #204944;
}
</style>
border-color css
<style>
span { border-color: #204944; }
span { border-color: rgb(32,73,68); }
td.TdClassName
{
border-color: #204944;
}
.TagClassName
{
border-color: #204944;
}
</style>