Shades of Teal Blue #204B56
Tints of Teal Blue #204B56
RGB
CMYK
RGB Variations
Color information
#204B56 (or 0x204B56) is known color: Teal Blue. HEX triplet: 20, 4B and 56. RGB value is (32,75,86). Sum of RGB (Red+Green+Blue) = 32+75+86=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 86 (33.98% from 255 or 44.56% from 193); Max value from RGB is 86 - color contains mainly: blue. Hex color #204B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204B56 is #DFB4A9. Grayscale: #3F3F3F. Windows color (decimal): -14660778 or 5655328. OLE color: 5655328.
HSL color Cylindrical-coordinate representation of color #204B56: hue angle of 192.22º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #204B56 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 75 | 86 | - |
| CMYK | 0.63 | 0.13 | 0 | 0.66 |
| HSL | 192.22º | 0.46% | 0.23% | - |
| HSV(B) | 192.22º | 0.63% | 0.34% | - |
| XYZ | 4.79 | 6.01 | 9.71 | - |
| YUV | 63.4 | 140.75 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 75 | 86 | 0.63 | 0.13 | 0 | 0.66 | 192.22 | 0.46 | 0.23 |
| Hex | 20 | 4B | 56 | 3F | D | 0 | 42 | C0 | 2E | 17 |
| Octal | 40 | 113 | 126 | 77 | 15 | 0 | 102 | 300 | 56 | 27 |
| Binary | 100000 | 1001011 | 1010110 | 111111 | 1101 | 0 | 1000010 | 11000000 | 101110 | 10111 |
Color Harmonies of #204B56
Complementary color
Monochromatic Colors of #204B56
Black with #204B56
Text Example
Text Example
White with #204B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204B56; }
p { color: rgb(32,75,86); }
H1.HeaderClassName
{
color: #204B56;
}
.AnyTagClassName
{
color: #204B56;
}
</style>
background-color css
<style>
a { background-color: #204B56; }
a { background-color: rgb(32,75,86); }
div.DivClassName
{
background-color: #204B56;
}
.BgClassName
{
background-color: #204B56;
}
</style>
border-color css
<style>
span { border-color: #204B56; }
span { border-color: rgb(32,75,86); }
td.TdClassName
{
border-color: #204B56;
}
.TagClassName
{
border-color: #204B56;
}
</style>