Shades of Teal Blue #215159
Tints of Teal Blue #215159
RGB
CMYK
RGB Variations
Color information
#215159 (or 0x215159) is known color: Teal Blue. HEX triplet: 21, 51 and 59. RGB value is (33,81,89). Sum of RGB (Red+Green+Blue) = 33+81+89=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 89 - color contains mainly: blue. Hex color #215159 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215159 is #DEAEA6. Grayscale: #434343. Windows color (decimal): -14593703 or 5853473. OLE color: 5853473.
HSL color Cylindrical-coordinate representation of color #215159: hue angle of 188.57º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #215159 is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
RGB | 33 | 81 | 89 | - |
CMYK | 0.63 | 0.09 | 0 | 0.65 |
HSL | 188.57º | 0.46% | 0.24% | - |
HSV(B) | 188.57º | 0.63% | 0.35% | - |
XYZ | 5.37 | 6.93 | 10.51 | - |
YUV | 67.56 | 140.1 | 103.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 33 | 81 | 89 | 0.63 | 0.09 | 0 | 0.65 | 188.57 | 0.46 | 0.24 |
Hex | 21 | 51 | 59 | 3F | 9 | 0 | 41 | BD | 2E | 18 |
Octal | 41 | 121 | 131 | 77 | 11 | 0 | 101 | 275 | 56 | 30 |
Binary | 100001 | 1010001 | 1011001 | 111111 | 1001 | 0 | 1000001 | 10111101 | 101110 | 11000 |
Color Harmonies of #215159
Complementary color
Monochromatic Colors of #215159
Black with #215159
Text Example
Text Example
White with #215159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215159; }
p { color: rgb(33,81,89); }
H1.HeaderClassName
{
color: #215159;
}
.AnyTagClassName
{
color: #215159;
}
</style>
background-color css
<style>
a { background-color: #215159; }
a { background-color: rgb(33,81,89); }
div.DivClassName
{
background-color: #215159;
}
.BgClassName
{
background-color: #215159;
}
</style>
border-color css
<style>
span { border-color: #215159; }
span { border-color: rgb(33,81,89); }
td.TdClassName
{
border-color: #215159;
}
.TagClassName
{
border-color: #215159;
}
</style>