Shades of Teal Blue #215460
Tints of Teal Blue #215460
RGB
CMYK
RGB Variations
Color information
#215460 (or 0x215460) is known color: Teal Blue. HEX triplet: 21, 54 and 60. RGB value is (33,84,96). Sum of RGB (Red+Green+Blue) = 33+84+96=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #215460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215460 is #DEAB9F. Grayscale: #464646. Windows color (decimal): -14592928 or 6312993. OLE color: 6312993.
HSL color Cylindrical-coordinate representation of color #215460: hue angle of 191.43º 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 #215460 is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 84 | 96 | - |
| CMYK | 0.66 | 0.12 | 0 | 0.62 |
| HSL | 191.43º | 0.49% | 0.25% | - |
| HSV(B) | 191.43º | 0.66% | 0.38% | - |
| XYZ | 5.91 | 7.51 | 12.2 | - |
| YUV | 70.12 | 142.6 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 84 | 96 | 0.66 | 0.12 | 0 | 0.62 | 191.43 | 0.49 | 0.25 |
| Hex | 21 | 54 | 60 | 42 | C | 0 | 3E | BF | 31 | 19 |
| Octal | 41 | 124 | 140 | 102 | 14 | 0 | 76 | 277 | 61 | 31 |
| Binary | 100001 | 1010100 | 1100000 | 1000010 | 1100 | 0 | 111110 | 10111111 | 110001 | 11001 |
Color Harmonies of #215460
Complementary color
Monochromatic Colors of #215460
Black with #215460
Text Example
Text Example
White with #215460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215460; }
p { color: rgb(33,84,96); }
H1.HeaderClassName
{
color: #215460;
}
.AnyTagClassName
{
color: #215460;
}
</style>
background-color css
<style>
a { background-color: #215460; }
a { background-color: rgb(33,84,96); }
div.DivClassName
{
background-color: #215460;
}
.BgClassName
{
background-color: #215460;
}
</style>
border-color css
<style>
span { border-color: #215460; }
span { border-color: rgb(33,84,96); }
td.TdClassName
{
border-color: #215460;
}
.TagClassName
{
border-color: #215460;
}
</style>