Shades of Teal Blue #215560
Tints of Teal Blue #215560
RGB
CMYK
RGB Variations
Color information
#215560 (or 0x215560) is known color: Teal Blue. HEX triplet: 21, 55 and 60. RGB value is (33,85,96). Sum of RGB (Red+Green+Blue) = 33+85+96=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 96 - color contains mainly: blue. Hex color #215560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215560 is #DEAA9F. Grayscale: #464646. Windows color (decimal): -14592672 or 6313249. OLE color: 6313249.
HSL color Cylindrical-coordinate representation of color #215560: hue angle of 190.48º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #215560 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 85 | 96 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.62 |
| HSL | 190.48º | 0.49% | 0.25% | - |
| HSV(B) | 190.48º | 0.66% | 0.38% | - |
| XYZ | 5.99 | 7.66 | 12.23 | - |
| YUV | 70.71 | 142.27 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 85 | 96 | 0.66 | 0.11 | 0 | 0.62 | 190.48 | 0.49 | 0.25 |
| Hex | 21 | 55 | 60 | 42 | B | 0 | 3E | BE | 31 | 19 |
| Octal | 41 | 125 | 140 | 102 | 13 | 0 | 76 | 276 | 61 | 31 |
| Binary | 100001 | 1010101 | 1100000 | 1000010 | 1011 | 0 | 111110 | 10111110 | 110001 | 11001 |
Color Harmonies of #215560
Complementary color
Monochromatic Colors of #215560
Black with #215560
Text Example
Text Example
White with #215560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215560; }
p { color: rgb(33,85,96); }
H1.HeaderClassName
{
color: #215560;
}
.AnyTagClassName
{
color: #215560;
}
</style>
background-color css
<style>
a { background-color: #215560; }
a { background-color: rgb(33,85,96); }
div.DivClassName
{
background-color: #215560;
}
.BgClassName
{
background-color: #215560;
}
</style>
border-color css
<style>
span { border-color: #215560; }
span { border-color: rgb(33,85,96); }
td.TdClassName
{
border-color: #215560;
}
.TagClassName
{
border-color: #215560;
}
</style>