Shades of Teal Blue #205460
Tints of Teal Blue #205460
RGB
CMYK
RGB Variations
Color information
#205460 (or 0x205460) is known color: Teal Blue. HEX triplet: 20, 54 and 60. RGB value is (32,84,96). Sum of RGB (Red+Green+Blue) = 32+84+96=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #205460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205460 is #DFAB9F. Grayscale: #454545. Windows color (decimal): -14658464 or 6312992. OLE color: 6312992.
HSL color Cylindrical-coordinate representation of color #205460: hue angle of 191.25º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #205460 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 84 | 96 | - |
| CMYK | 0.67 | 0.12 | 0 | 0.62 |
| HSL | 191.25º | 0.5% | 0.25% | - |
| HSV(B) | 191.25º | 0.67% | 0.38% | - |
| XYZ | 5.88 | 7.49 | 12.2 | - |
| YUV | 69.82 | 142.77 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 84 | 96 | 0.67 | 0.12 | 0 | 0.62 | 191.25 | 0.5 | 0.25 |
| Hex | 20 | 54 | 60 | 43 | C | 0 | 3E | BF | 32 | 19 |
| Octal | 40 | 124 | 140 | 103 | 14 | 0 | 76 | 277 | 62 | 31 |
| Binary | 100000 | 1010100 | 1100000 | 1000011 | 1100 | 0 | 111110 | 10111111 | 110010 | 11001 |
Color Harmonies of #205460
Complementary color
Monochromatic Colors of #205460
Black with #205460
Text Example
Text Example
White with #205460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205460; }
p { color: rgb(32,84,96); }
H1.HeaderClassName
{
color: #205460;
}
.AnyTagClassName
{
color: #205460;
}
</style>
background-color css
<style>
a { background-color: #205460; }
a { background-color: rgb(32,84,96); }
div.DivClassName
{
background-color: #205460;
}
.BgClassName
{
background-color: #205460;
}
</style>
border-color css
<style>
span { border-color: #205460; }
span { border-color: rgb(32,84,96); }
td.TdClassName
{
border-color: #205460;
}
.TagClassName
{
border-color: #205460;
}
</style>