Shades of Teal Blue #204F56
Tints of Teal Blue #204F56
RGB
CMYK
RGB Variations
Color information
#204F56 (or 0x204F56) is known color: Teal Blue. HEX triplet: 20, 4F and 56. RGB value is (32,79,86). Sum of RGB (Red+Green+Blue) = 32+79+86=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 79 (31.25% from 255 or 40.10% from 197); Blue value is 86 (33.98% from 255 or 43.65% from 197); Max value from RGB is 86 - color contains mainly: blue. Hex color #204F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204F56 is #DFB0A9. Grayscale: #414141. Windows color (decimal): -14659754 or 5656352. OLE color: 5656352.
HSL color Cylindrical-coordinate representation of color #204F56: hue angle of 187.78º 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 #204F56 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 79 | 86 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.66 |
| HSL | 187.78º | 0.46% | 0.23% | - |
| HSV(B) | 187.78º | 0.63% | 0.34% | - |
| XYZ | 5.07 | 6.57 | 9.81 | - |
| YUV | 65.75 | 139.43 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 79 | 86 | 0.63 | 0.08 | 0 | 0.66 | 187.78 | 0.46 | 0.23 |
| Hex | 20 | 4F | 56 | 3F | 8 | 0 | 42 | BC | 2E | 17 |
| Octal | 40 | 117 | 126 | 77 | 10 | 0 | 102 | 274 | 56 | 27 |
| Binary | 100000 | 1001111 | 1010110 | 111111 | 1000 | 0 | 1000010 | 10111100 | 101110 | 10111 |
Color Harmonies of #204F56
Complementary color
Monochromatic Colors of #204F56
Black with #204F56
Text Example
Text Example
White with #204F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204F56; }
p { color: rgb(32,79,86); }
H1.HeaderClassName
{
color: #204F56;
}
.AnyTagClassName
{
color: #204F56;
}
</style>
background-color css
<style>
a { background-color: #204F56; }
a { background-color: rgb(32,79,86); }
div.DivClassName
{
background-color: #204F56;
}
.BgClassName
{
background-color: #204F56;
}
</style>
border-color css
<style>
span { border-color: #204F56; }
span { border-color: rgb(32,79,86); }
td.TdClassName
{
border-color: #204F56;
}
.TagClassName
{
border-color: #204F56;
}
</style>