Shades of Teal Blue #205057
Tints of Teal Blue #205057
RGB
CMYK
RGB Variations
Color information
#205057 (or 0x205057) is known color: Teal Blue. HEX triplet: 20, 50 and 57. RGB value is (32,80,87). Sum of RGB (Red+Green+Blue) = 32+80+87=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 87 (34.38% from 255 or 43.72% from 199); Max value from RGB is 87 - color contains mainly: blue. Hex color #205057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205057 is #DFAFA8. Grayscale: #424242. Windows color (decimal): -14659497 or 5722144. OLE color: 5722144.
HSL color Cylindrical-coordinate representation of color #205057: hue angle of 187.64º 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 #205057 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 80 | 87 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.66 |
| HSL | 187.64º | 0.46% | 0.23% | - |
| HSV(B) | 187.64º | 0.63% | 0.34% | - |
| XYZ | 5.18 | 6.73 | 10.04 | - |
| YUV | 66.45 | 139.6 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 87 | 0.63 | 0.08 | 0 | 0.66 | 187.64 | 0.46 | 0.23 |
| Hex | 20 | 50 | 57 | 3F | 8 | 0 | 42 | BC | 2E | 17 |
| Octal | 40 | 120 | 127 | 77 | 10 | 0 | 102 | 274 | 56 | 27 |
| Binary | 100000 | 1010000 | 1010111 | 111111 | 1000 | 0 | 1000010 | 10111100 | 101110 | 10111 |
Color Harmonies of #205057
Complementary color
Monochromatic Colors of #205057
Black with #205057
Text Example
Text Example
White with #205057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205057; }
p { color: rgb(32,80,87); }
H1.HeaderClassName
{
color: #205057;
}
.AnyTagClassName
{
color: #205057;
}
</style>
background-color css
<style>
a { background-color: #205057; }
a { background-color: rgb(32,80,87); }
div.DivClassName
{
background-color: #205057;
}
.BgClassName
{
background-color: #205057;
}
</style>
border-color css
<style>
span { border-color: #205057; }
span { border-color: rgb(32,80,87); }
td.TdClassName
{
border-color: #205057;
}
.TagClassName
{
border-color: #205057;
}
</style>