Shades of Teal Blue #20505C
Tints of Teal Blue #20505C
RGB
CMYK
RGB Variations
Color information
#20505C (or 0x20505C) is known color: Teal Blue. HEX triplet: 20, 50 and 5C. RGB value is (32,80,92). Sum of RGB (Red+Green+Blue) = 32+80+92=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #20505C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20505C is #DFAFA3. Grayscale: #424242. Windows color (decimal): -14659492 or 6049824. OLE color: 6049824.
HSL color Cylindrical-coordinate representation of color #20505C: hue angle of 192º 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 #20505C is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 80 | 92 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.64 |
| HSL | 192º | 0.48% | 0.24% | - |
| HSV(B) | 192º | 0.65% | 0.36% | - |
| XYZ | 5.4 | 6.82 | 11.16 | - |
| YUV | 67.02 | 142.1 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 92 | 0.65 | 0.13 | 0 | 0.64 | 192 | 0.48 | 0.24 |
| Hex | 20 | 50 | 5C | 41 | D | 0 | 40 | C0 | 30 | 18 |
| Octal | 40 | 120 | 134 | 101 | 15 | 0 | 100 | 300 | 60 | 30 |
| Binary | 100000 | 1010000 | 1011100 | 1000001 | 1101 | 0 | 1000000 | 11000000 | 110000 | 11000 |
Color Harmonies of #20505C
Complementary color
Monochromatic Colors of #20505C
Black with #20505C
Text Example
Text Example
White with #20505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20505C; }
p { color: rgb(32,80,92); }
H1.HeaderClassName
{
color: #20505C;
}
.AnyTagClassName
{
color: #20505C;
}
</style>
background-color css
<style>
a { background-color: #20505C; }
a { background-color: rgb(32,80,92); }
div.DivClassName
{
background-color: #20505C;
}
.BgClassName
{
background-color: #20505C;
}
</style>
border-color css
<style>
span { border-color: #20505C; }
span { border-color: rgb(32,80,92); }
td.TdClassName
{
border-color: #20505C;
}
.TagClassName
{
border-color: #20505C;
}
</style>