Shades of Teal Blue #204959
Tints of Teal Blue #204959
RGB
CMYK
RGB Variations
Color information
#204959 (or 0x204959) is known color: Teal Blue. HEX triplet: 20, 49 and 59. RGB value is (32,73,89). Sum of RGB (Red+Green+Blue) = 32+73+89=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #204959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204959 is #DFB6A6. Grayscale: #3E3E3E. Windows color (decimal): -14661287 or 5851424. OLE color: 5851424.
HSL color Cylindrical-coordinate representation of color #204959: hue angle of 196.84º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #204959 is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 73 | 89 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.65 |
| HSL | 196.84º | 0.47% | 0.24% | - |
| HSV(B) | 196.84º | 0.64% | 0.35% | - |
| XYZ | 4.78 | 5.79 | 10.32 | - |
| YUV | 62.57 | 142.92 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 73 | 89 | 0.64 | 0.18 | 0 | 0.65 | 196.84 | 0.47 | 0.24 |
| Hex | 20 | 49 | 59 | 40 | 12 | 0 | 41 | C5 | 2F | 18 |
| Octal | 40 | 111 | 131 | 100 | 22 | 0 | 101 | 305 | 57 | 30 |
| Binary | 100000 | 1001001 | 1011001 | 1000000 | 10010 | 0 | 1000001 | 11000101 | 101111 | 11000 |
Color Harmonies of #204959
Complementary color
Monochromatic Colors of #204959
Black with #204959
Text Example
Text Example
White with #204959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204959; }
p { color: rgb(32,73,89); }
H1.HeaderClassName
{
color: #204959;
}
.AnyTagClassName
{
color: #204959;
}
</style>
background-color css
<style>
a { background-color: #204959; }
a { background-color: rgb(32,73,89); }
div.DivClassName
{
background-color: #204959;
}
.BgClassName
{
background-color: #204959;
}
</style>
border-color css
<style>
span { border-color: #204959; }
span { border-color: rgb(32,73,89); }
td.TdClassName
{
border-color: #204959;
}
.TagClassName
{
border-color: #204959;
}
</style>