Shades of Teal Blue #20555F
Tints of Teal Blue #20555F
RGB
CMYK
RGB Variations
Color information
#20555F (or 0x20555F) is known color: Teal Blue. HEX triplet: 20, 55 and 5F. RGB value is (32,85,95). Sum of RGB (Red+Green+Blue) = 32+85+95=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 95 (37.5% from 255 or 44.81% from 212); Max value from RGB is 95 - color contains mainly: blue. Hex color #20555F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20555F is #DFAAA0. Grayscale: #464646. Windows color (decimal): -14658209 or 6247712. OLE color: 6247712.
HSL color Cylindrical-coordinate representation of color #20555F: hue angle of 189.52º 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 #20555F is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 85 | 95 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.63 |
| HSL | 189.52º | 0.5% | 0.25% | - |
| HSV(B) | 189.52º | 0.66% | 0.37% | - |
| XYZ | 5.91 | 7.63 | 11.99 | - |
| YUV | 70.29 | 141.94 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 85 | 95 | 0.66 | 0.11 | 0 | 0.63 | 189.52 | 0.5 | 0.25 |
| Hex | 20 | 55 | 5F | 42 | B | 0 | 3F | BE | 32 | 19 |
| Octal | 40 | 125 | 137 | 102 | 13 | 0 | 77 | 276 | 62 | 31 |
| Binary | 100000 | 1010101 | 1011111 | 1000010 | 1011 | 0 | 111111 | 10111110 | 110010 | 11001 |
Color Harmonies of #20555F
Complementary color
Monochromatic Colors of #20555F
Black with #20555F
Text Example
Text Example
White with #20555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20555F; }
p { color: rgb(32,85,95); }
H1.HeaderClassName
{
color: #20555F;
}
.AnyTagClassName
{
color: #20555F;
}
</style>
background-color css
<style>
a { background-color: #20555F; }
a { background-color: rgb(32,85,95); }
div.DivClassName
{
background-color: #20555F;
}
.BgClassName
{
background-color: #20555F;
}
</style>
border-color css
<style>
span { border-color: #20555F; }
span { border-color: rgb(32,85,95); }
td.TdClassName
{
border-color: #20555F;
}
.TagClassName
{
border-color: #20555F;
}
</style>