Shades of Teal Blue #20525F
Tints of Teal Blue #20525F
RGB
CMYK
RGB Variations
Color information
#20525F (or 0x20525F) is known color: Teal Blue. HEX triplet: 20, 52 and 5F. RGB value is (32,82,95). Sum of RGB (Red+Green+Blue) = 32+82+95=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 95 - color contains mainly: blue. Hex color #20525F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20525F is #DFADA0. Grayscale: #444444. Windows color (decimal): -14658977 or 6246944. OLE color: 6246944.
HSL color Cylindrical-coordinate representation of color #20525F: hue angle of 192.38º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20525F is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 82 | 95 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.63 |
| HSL | 192.38º | 0.5% | 0.25% | - |
| HSV(B) | 192.38º | 0.66% | 0.37% | - |
| XYZ | 5.68 | 7.17 | 11.91 | - |
| YUV | 68.53 | 142.94 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 82 | 95 | 0.66 | 0.14 | 0 | 0.63 | 192.38 | 0.5 | 0.25 |
| Hex | 20 | 52 | 5F | 42 | E | 0 | 3F | C0 | 32 | 19 |
| Octal | 40 | 122 | 137 | 102 | 16 | 0 | 77 | 300 | 62 | 31 |
| Binary | 100000 | 1010010 | 1011111 | 1000010 | 1110 | 0 | 111111 | 11000000 | 110010 | 11001 |
Color Harmonies of #20525F
Complementary color
Monochromatic Colors of #20525F
Black with #20525F
Text Example
Text Example
White with #20525F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20525F; }
p { color: rgb(32,82,95); }
H1.HeaderClassName
{
color: #20525F;
}
.AnyTagClassName
{
color: #20525F;
}
</style>
background-color css
<style>
a { background-color: #20525F; }
a { background-color: rgb(32,82,95); }
div.DivClassName
{
background-color: #20525F;
}
.BgClassName
{
background-color: #20525F;
}
</style>
border-color css
<style>
span { border-color: #20525F; }
span { border-color: rgb(32,82,95); }
td.TdClassName
{
border-color: #20525F;
}
.TagClassName
{
border-color: #20525F;
}
</style>