Shades of Teal Blue #204858
Tints of Teal Blue #204858
RGB
CMYK
RGB Variations
Color information
#204858 (or 0x204858) is known color: Teal Blue. HEX triplet: 20, 48 and 58. RGB value is (32,72,88). Sum of RGB (Red+Green+Blue) = 32+72+88=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 88 - color contains mainly: blue. Hex color #204858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204858 is #DFB7A7. Grayscale: #3D3D3D. Windows color (decimal): -14661544 or 5785632. OLE color: 5785632.
HSL color Cylindrical-coordinate representation of color #204858: hue angle of 197.14º 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 #204858 is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 72 | 88 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.65 |
| HSL | 197.14º | 0.47% | 0.24% | - |
| HSV(B) | 197.14º | 0.64% | 0.35% | - |
| XYZ | 4.67 | 5.65 | 10.08 | - |
| YUV | 61.86 | 142.75 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 72 | 88 | 0.64 | 0.18 | 0 | 0.65 | 197.14 | 0.47 | 0.24 |
| Hex | 20 | 48 | 58 | 40 | 12 | 0 | 41 | C5 | 2F | 18 |
| Octal | 40 | 110 | 130 | 100 | 22 | 0 | 101 | 305 | 57 | 30 |
| Binary | 100000 | 1001000 | 1011000 | 1000000 | 10010 | 0 | 1000001 | 11000101 | 101111 | 11000 |
Color Harmonies of #204858
Complementary color
Monochromatic Colors of #204858
Black with #204858
Text Example
Text Example
White with #204858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204858; }
p { color: rgb(32,72,88); }
H1.HeaderClassName
{
color: #204858;
}
.AnyTagClassName
{
color: #204858;
}
</style>
background-color css
<style>
a { background-color: #204858; }
a { background-color: rgb(32,72,88); }
div.DivClassName
{
background-color: #204858;
}
.BgClassName
{
background-color: #204858;
}
</style>
border-color css
<style>
span { border-color: #204858; }
span { border-color: rgb(32,72,88); }
td.TdClassName
{
border-color: #204858;
}
.TagClassName
{
border-color: #204858;
}
</style>