Shades of Teal Blue #20515A
Tints of Teal Blue #20515A
RGB
CMYK
RGB Variations
Color information
#20515A (or 0x20515A) is known color: Teal Blue. HEX triplet: 20, 51 and 5A. RGB value is (32,81,90). Sum of RGB (Red+Green+Blue) = 32+81+90=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 90 - color contains mainly: blue. Hex color #20515A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20515A is #DFAEA5. Grayscale: #434343. Windows color (decimal): -14659238 or 5919008. OLE color: 5919008.
HSL color Cylindrical-coordinate representation of color #20515A: hue angle of 189.31º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #20515A is Cyan = 0.64, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 81 | 90 | - |
| CMYK | 0.64 | 0.1 | 0 | 0.65 |
| HSL | 189.31º | 0.48% | 0.24% | - |
| HSV(B) | 189.31º | 0.64% | 0.35% | - |
| XYZ | 5.38 | 6.93 | 10.73 | - |
| YUV | 67.38 | 140.77 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 81 | 90 | 0.64 | 0.1 | 0 | 0.65 | 189.31 | 0.48 | 0.24 |
| Hex | 20 | 51 | 5A | 40 | A | 0 | 41 | BD | 30 | 18 |
| Octal | 40 | 121 | 132 | 100 | 12 | 0 | 101 | 275 | 60 | 30 |
| Binary | 100000 | 1010001 | 1011010 | 1000000 | 1010 | 0 | 1000001 | 10111101 | 110000 | 11000 |
Color Harmonies of #20515A
Complementary color
Monochromatic Colors of #20515A
Black with #20515A
Text Example
Text Example
White with #20515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20515A; }
p { color: rgb(32,81,90); }
H1.HeaderClassName
{
color: #20515A;
}
.AnyTagClassName
{
color: #20515A;
}
</style>
background-color css
<style>
a { background-color: #20515A; }
a { background-color: rgb(32,81,90); }
div.DivClassName
{
background-color: #20515A;
}
.BgClassName
{
background-color: #20515A;
}
</style>
border-color css
<style>
span { border-color: #20515A; }
span { border-color: rgb(32,81,90); }
td.TdClassName
{
border-color: #20515A;
}
.TagClassName
{
border-color: #20515A;
}
</style>