Shades of Teal Blue #204952
Tints of Teal Blue #204952
RGB
CMYK
RGB Variations
Color information
#204952 (or 0x204952) is known color: Teal Blue. HEX triplet: 20, 49 and 52. RGB value is (32,73,82). Sum of RGB (Red+Green+Blue) = 32+73+82=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 82 - color contains mainly: blue. Hex color #204952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204952 is #DFB6AD. Grayscale: #3D3D3D. Windows color (decimal): -14661294 or 5392672. OLE color: 5392672.
HSL color Cylindrical-coordinate representation of color #204952: hue angle of 190.8º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #204952 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 73 | 82 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.68 |
| HSL | 190.8º | 0.44% | 0.22% | - |
| HSV(B) | 190.8º | 0.61% | 0.32% | - |
| XYZ | 4.5 | 5.68 | 8.84 | - |
| YUV | 61.77 | 139.42 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 73 | 82 | 0.61 | 0.11 | 0 | 0.68 | 190.8 | 0.44 | 0.22 |
| Hex | 20 | 49 | 52 | 3D | B | 0 | 44 | BF | 2C | 16 |
| Octal | 40 | 111 | 122 | 75 | 13 | 0 | 104 | 277 | 54 | 26 |
| Binary | 100000 | 1001001 | 1010010 | 111101 | 1011 | 0 | 1000100 | 10111111 | 101100 | 10110 |
Color Harmonies of #204952
Complementary color
Monochromatic Colors of #204952
Black with #204952
Text Example
Text Example
White with #204952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204952; }
p { color: rgb(32,73,82); }
H1.HeaderClassName
{
color: #204952;
}
.AnyTagClassName
{
color: #204952;
}
</style>
background-color css
<style>
a { background-color: #204952; }
a { background-color: rgb(32,73,82); }
div.DivClassName
{
background-color: #204952;
}
.BgClassName
{
background-color: #204952;
}
</style>
border-color css
<style>
span { border-color: #204952; }
span { border-color: rgb(32,73,82); }
td.TdClassName
{
border-color: #204952;
}
.TagClassName
{
border-color: #204952;
}
</style>