Shades of Teal Blue #20505D
Tints of Teal Blue #20505D
RGB
CMYK
RGB Variations
Color information
#20505D (or 0x20505D) is known color: Teal Blue. HEX triplet: 20, 50 and 5D. RGB value is (32,80,93). Sum of RGB (Red+Green+Blue) = 32+80+93=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #20505D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20505D is #DFAFA2. Grayscale: #434343. Windows color (decimal): -14659491 or 6115360. OLE color: 6115360.
HSL color Cylindrical-coordinate representation of color #20505D: hue angle of 192.79º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20505D is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 80 | 93 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.64 |
| HSL | 192.79º | 0.49% | 0.25% | - |
| HSV(B) | 192.79º | 0.66% | 0.36% | - |
| XYZ | 5.44 | 6.83 | 11.39 | - |
| YUV | 67.13 | 142.6 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 93 | 0.66 | 0.14 | 0 | 0.64 | 192.79 | 0.49 | 0.25 |
| Hex | 20 | 50 | 5D | 42 | E | 0 | 40 | C1 | 31 | 19 |
| Octal | 40 | 120 | 135 | 102 | 16 | 0 | 100 | 301 | 61 | 31 |
| Binary | 100000 | 1010000 | 1011101 | 1000010 | 1110 | 0 | 1000000 | 11000001 | 110001 | 11001 |
Color Harmonies of #20505D
Complementary color
Monochromatic Colors of #20505D
Black with #20505D
Text Example
Text Example
White with #20505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20505D; }
p { color: rgb(32,80,93); }
H1.HeaderClassName
{
color: #20505D;
}
.AnyTagClassName
{
color: #20505D;
}
</style>
background-color css
<style>
a { background-color: #20505D; }
a { background-color: rgb(32,80,93); }
div.DivClassName
{
background-color: #20505D;
}
.BgClassName
{
background-color: #20505D;
}
</style>
border-color css
<style>
span { border-color: #20505D; }
span { border-color: rgb(32,80,93); }
td.TdClassName
{
border-color: #20505D;
}
.TagClassName
{
border-color: #20505D;
}
</style>