Shades of Teal Blue #205156
Tints of Teal Blue #205156
RGB
CMYK
RGB Variations
Color information
#205156 (or 0x205156) is known color: Teal Blue. HEX triplet: 20, 51 and 56. RGB value is (32,81,86). Sum of RGB (Red+Green+Blue) = 32+81+86=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 86 (33.98% from 255 or 43.22% from 199); Max value from RGB is 86 - color contains mainly: blue. Hex color #205156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205156 is #DFAEA9. Grayscale: #424242. Windows color (decimal): -14659242 or 5656864. OLE color: 5656864.
HSL color Cylindrical-coordinate representation of color #205156: hue angle of 185.56º 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 #205156 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 81 | 86 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.66 |
| HSL | 185.56º | 0.46% | 0.23% | - |
| HSV(B) | 185.56º | 0.63% | 0.34% | - |
| XYZ | 5.22 | 6.86 | 9.85 | - |
| YUV | 66.92 | 138.77 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 81 | 86 | 0.63 | 0.06 | 0 | 0.66 | 185.56 | 0.46 | 0.23 |
| Hex | 20 | 51 | 56 | 3F | 6 | 0 | 42 | BA | 2E | 17 |
| Octal | 40 | 121 | 126 | 77 | 6 | 0 | 102 | 272 | 56 | 27 |
| Binary | 100000 | 1010001 | 1010110 | 111111 | 110 | 0 | 1000010 | 10111010 | 101110 | 10111 |
Color Harmonies of #205156
Complementary color
Monochromatic Colors of #205156
Black with #205156
Text Example
Text Example
White with #205156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205156; }
p { color: rgb(32,81,86); }
H1.HeaderClassName
{
color: #205156;
}
.AnyTagClassName
{
color: #205156;
}
</style>
background-color css
<style>
a { background-color: #205156; }
a { background-color: rgb(32,81,86); }
div.DivClassName
{
background-color: #205156;
}
.BgClassName
{
background-color: #205156;
}
</style>
border-color css
<style>
span { border-color: #205156; }
span { border-color: rgb(32,81,86); }
td.TdClassName
{
border-color: #205156;
}
.TagClassName
{
border-color: #205156;
}
</style>