Shades of Teal Blue #21515E
Tints of Teal Blue #21515E
RGB
CMYK
RGB Variations
Color information
#21515E (or 0x21515E) is known color: Teal Blue. HEX triplet: 21, 51 and 5E. RGB value is (33,81,94). Sum of RGB (Red+Green+Blue) = 33+81+94=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 94 - color contains mainly: blue. Hex color #21515E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21515E is #DEAEA1. Grayscale: #444444. Windows color (decimal): -14593698 or 6181153. OLE color: 6181153.
HSL color Cylindrical-coordinate representation of color #21515E: hue angle of 192.79º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21515E is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 81 | 94 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.63 |
| HSL | 192.79º | 0.48% | 0.25% | - |
| HSV(B) | 192.79º | 0.65% | 0.37% | - |
| XYZ | 5.59 | 7.02 | 11.65 | - |
| YUV | 68.13 | 142.6 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 81 | 94 | 0.65 | 0.14 | 0 | 0.63 | 192.79 | 0.48 | 0.25 |
| Hex | 21 | 51 | 5E | 41 | E | 0 | 3F | C1 | 30 | 19 |
| Octal | 41 | 121 | 136 | 101 | 16 | 0 | 77 | 301 | 60 | 31 |
| Binary | 100001 | 1010001 | 1011110 | 1000001 | 1110 | 0 | 111111 | 11000001 | 110000 | 11001 |
Color Harmonies of #21515E
Complementary color
Monochromatic Colors of #21515E
Black with #21515E
Text Example
Text Example
White with #21515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21515E; }
p { color: rgb(33,81,94); }
H1.HeaderClassName
{
color: #21515E;
}
.AnyTagClassName
{
color: #21515E;
}
</style>
background-color css
<style>
a { background-color: #21515E; }
a { background-color: rgb(33,81,94); }
div.DivClassName
{
background-color: #21515E;
}
.BgClassName
{
background-color: #21515E;
}
</style>
border-color css
<style>
span { border-color: #21515E; }
span { border-color: rgb(33,81,94); }
td.TdClassName
{
border-color: #21515E;
}
.TagClassName
{
border-color: #21515E;
}
</style>