Shades of Teal Blue #204552
Tints of Teal Blue #204552
RGB
CMYK
RGB Variations
Color information
#204552 (or 0x204552) is known color: Teal Blue. HEX triplet: 20, 45 and 52. RGB value is (32,69,82). Sum of RGB (Red+Green+Blue) = 32+69+82=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 82 (32.42% from 255 or 44.81% from 183); Max value from RGB is 82 - color contains mainly: blue. Hex color #204552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204552 is #DFBAAD. Grayscale: #3B3B3B. Windows color (decimal): -14662318 or 5391648. OLE color: 5391648.
HSL color Cylindrical-coordinate representation of color #204552: hue angle of 195.6º 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 #204552 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 69 | 82 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.68 |
| HSL | 195.6º | 0.44% | 0.22% | - |
| HSV(B) | 195.6º | 0.61% | 0.32% | - |
| XYZ | 4.25 | 5.17 | 8.76 | - |
| YUV | 59.42 | 140.74 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 69 | 82 | 0.61 | 0.16 | 0 | 0.68 | 195.6 | 0.44 | 0.22 |
| Hex | 20 | 45 | 52 | 3D | 10 | 0 | 44 | C4 | 2C | 16 |
| Octal | 40 | 105 | 122 | 75 | 20 | 0 | 104 | 304 | 54 | 26 |
| Binary | 100000 | 1000101 | 1010010 | 111101 | 10000 | 0 | 1000100 | 11000100 | 101100 | 10110 |
Color Harmonies of #204552
Complementary color
Monochromatic Colors of #204552
Black with #204552
Text Example
Text Example
White with #204552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204552; }
p { color: rgb(32,69,82); }
H1.HeaderClassName
{
color: #204552;
}
.AnyTagClassName
{
color: #204552;
}
</style>
background-color css
<style>
a { background-color: #204552; }
a { background-color: rgb(32,69,82); }
div.DivClassName
{
background-color: #204552;
}
.BgClassName
{
background-color: #204552;
}
</style>
border-color css
<style>
span { border-color: #204552; }
span { border-color: rgb(32,69,82); }
td.TdClassName
{
border-color: #204552;
}
.TagClassName
{
border-color: #204552;
}
</style>