Shades of Teal Blue #20515B
Tints of Teal Blue #20515B
RGB
CMYK
RGB Variations
Color information
#20515B (or 0x20515B) is known color: Teal Blue. HEX triplet: 20, 51 and 5B. RGB value is (32,81,91). Sum of RGB (Red+Green+Blue) = 32+81+91=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #20515B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20515B is #DFAEA4. Grayscale: #434343. Windows color (decimal): -14659237 or 5984544. OLE color: 5984544.
HSL color Cylindrical-coordinate representation of color #20515B: hue angle of 190.17º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #20515B is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 81 | 91 | - |
| CMYK | 0.65 | 0.11 | 0 | 0.64 |
| HSL | 190.17º | 0.48% | 0.24% | - |
| HSV(B) | 190.17º | 0.65% | 0.36% | - |
| XYZ | 5.43 | 6.95 | 10.95 | - |
| YUV | 67.49 | 141.27 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 81 | 91 | 0.65 | 0.11 | 0 | 0.64 | 190.17 | 0.48 | 0.24 |
| Hex | 20 | 51 | 5B | 41 | B | 0 | 40 | BE | 30 | 18 |
| Octal | 40 | 121 | 133 | 101 | 13 | 0 | 100 | 276 | 60 | 30 |
| Binary | 100000 | 1010001 | 1011011 | 1000001 | 1011 | 0 | 1000000 | 10111110 | 110000 | 11000 |
Color Harmonies of #20515B
Complementary color
Monochromatic Colors of #20515B
Black with #20515B
Text Example
Text Example
White with #20515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20515B; }
p { color: rgb(32,81,91); }
H1.HeaderClassName
{
color: #20515B;
}
.AnyTagClassName
{
color: #20515B;
}
</style>
background-color css
<style>
a { background-color: #20515B; }
a { background-color: rgb(32,81,91); }
div.DivClassName
{
background-color: #20515B;
}
.BgClassName
{
background-color: #20515B;
}
</style>
border-color css
<style>
span { border-color: #20515B; }
span { border-color: rgb(32,81,91); }
td.TdClassName
{
border-color: #20515B;
}
.TagClassName
{
border-color: #20515B;
}
</style>