Shades of Teal Blue #20525B
Tints of Teal Blue #20525B
RGB
CMYK
RGB Variations
Color information
#20525B (or 0x20525B) is known color: Teal Blue. HEX triplet: 20, 52 and 5B. RGB value is (32,82,91). Sum of RGB (Red+Green+Blue) = 32+82+91=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 91 - color contains mainly: blue. Hex color #20525B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20525B is #DFADA4. Grayscale: #434343. Windows color (decimal): -14658981 or 5984800. OLE color: 5984800.
HSL color Cylindrical-coordinate representation of color #20525B: hue angle of 189.15º 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 #20525B is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 82 | 91 | - |
| CMYK | 0.65 | 0.10 | 0 | 0.64 |
| HSL | 189.15º | 0.48% | 0.24% | - |
| HSV(B) | 189.15º | 0.65% | 0.36% | - |
| XYZ | 5.5 | 7.1 | 10.98 | - |
| YUV | 68.08 | 140.94 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 82 | 91 | 0.65 | 0.10 | 0 | 0.64 | 189.15 | 0.48 | 0.24 |
| Hex | 20 | 52 | 5B | 41 | A | 0 | 40 | BD | 30 | 18 |
| Octal | 40 | 122 | 133 | 101 | 12 | 0 | 100 | 275 | 60 | 30 |
| Binary | 100000 | 1010010 | 1011011 | 1000001 | 1010 | 0 | 1000000 | 10111101 | 110000 | 11000 |
Color Harmonies of #20525B
Complementary color
Monochromatic Colors of #20525B
Black with #20525B
Text Example
Text Example
White with #20525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20525B; }
p { color: rgb(32,82,91); }
H1.HeaderClassName
{
color: #20525B;
}
.AnyTagClassName
{
color: #20525B;
}
</style>
background-color css
<style>
a { background-color: #20525B; }
a { background-color: rgb(32,82,91); }
div.DivClassName
{
background-color: #20525B;
}
.BgClassName
{
background-color: #20525B;
}
</style>
border-color css
<style>
span { border-color: #20525B; }
span { border-color: rgb(32,82,91); }
td.TdClassName
{
border-color: #20525B;
}
.TagClassName
{
border-color: #20525B;
}
</style>