Shades of Teal Blue #20555D
Tints of Teal Blue #20555D
RGB
CMYK
RGB Variations
Color information
#20555D (or 0x20555D) is known color: Teal Blue. HEX triplet: 20, 55 and 5D. RGB value is (32,85,93). Sum of RGB (Red+Green+Blue) = 32+85+93=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 93 - color contains mainly: blue. Hex color #20555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20555D is #DFAAA2. Grayscale: #454545. Windows color (decimal): -14658211 or 6116640. OLE color: 6116640.
HSL color Cylindrical-coordinate representation of color #20555D: hue angle of 187.87º 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 #20555D is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 85 | 93 | - |
| CMYK | 0.66 | 0.09 | 0 | 0.64 |
| HSL | 187.87º | 0.49% | 0.25% | - |
| HSV(B) | 187.87º | 0.66% | 0.36% | - |
| XYZ | 5.82 | 7.59 | 11.52 | - |
| YUV | 70.07 | 140.94 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 85 | 93 | 0.66 | 0.09 | 0 | 0.64 | 187.87 | 0.49 | 0.25 |
| Hex | 20 | 55 | 5D | 42 | 9 | 0 | 40 | BC | 31 | 19 |
| Octal | 40 | 125 | 135 | 102 | 11 | 0 | 100 | 274 | 61 | 31 |
| Binary | 100000 | 1010101 | 1011101 | 1000010 | 1001 | 0 | 1000000 | 10111100 | 110001 | 11001 |
Color Harmonies of #20555D
Complementary color
Monochromatic Colors of #20555D
Black with #20555D
Text Example
Text Example
White with #20555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20555D; }
p { color: rgb(32,85,93); }
H1.HeaderClassName
{
color: #20555D;
}
.AnyTagClassName
{
color: #20555D;
}
</style>
background-color css
<style>
a { background-color: #20555D; }
a { background-color: rgb(32,85,93); }
div.DivClassName
{
background-color: #20555D;
}
.BgClassName
{
background-color: #20555D;
}
</style>
border-color css
<style>
span { border-color: #20555D; }
span { border-color: rgb(32,85,93); }
td.TdClassName
{
border-color: #20555D;
}
.TagClassName
{
border-color: #20555D;
}
</style>