Shades of Teal Blue #21565F
Tints of Teal Blue #21565F
RGB
CMYK
RGB Variations
Color information
#21565F (or 0x21565F) is known color: Teal Blue. HEX triplet: 21, 56 and 5F. RGB value is (33,86,95). Sum of RGB (Red+Green+Blue) = 33+86+95=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 86 (33.98% from 255 or 40.19% from 214); Blue value is 95 (37.5% from 255 or 44.39% from 214); Max value from RGB is 95 - color contains mainly: blue. Hex color #21565F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21565F is #DEA9A0. Grayscale: #474747. Windows color (decimal): -14592417 or 6247969. OLE color: 6247969.
HSL color Cylindrical-coordinate representation of color #21565F: hue angle of 188.71º 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 #21565F is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 86 | 95 | - |
| CMYK | 0.65 | 0.09 | 0 | 0.63 |
| HSL | 188.71º | 0.48% | 0.25% | - |
| HSV(B) | 188.71º | 0.65% | 0.37% | - |
| XYZ | 6.02 | 7.81 | 12.02 | - |
| YUV | 71.18 | 141.44 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 86 | 95 | 0.65 | 0.09 | 0 | 0.63 | 188.71 | 0.48 | 0.25 |
| Hex | 21 | 56 | 5F | 41 | 9 | 0 | 3F | BD | 30 | 19 |
| Octal | 41 | 126 | 137 | 101 | 11 | 0 | 77 | 275 | 60 | 31 |
| Binary | 100001 | 1010110 | 1011111 | 1000001 | 1001 | 0 | 111111 | 10111101 | 110000 | 11001 |
Color Harmonies of #21565F
Complementary color
Monochromatic Colors of #21565F
Black with #21565F
Text Example
Text Example
White with #21565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21565F; }
p { color: rgb(33,86,95); }
H1.HeaderClassName
{
color: #21565F;
}
.AnyTagClassName
{
color: #21565F;
}
</style>
background-color css
<style>
a { background-color: #21565F; }
a { background-color: rgb(33,86,95); }
div.DivClassName
{
background-color: #21565F;
}
.BgClassName
{
background-color: #21565F;
}
</style>
border-color css
<style>
span { border-color: #21565F; }
span { border-color: rgb(33,86,95); }
td.TdClassName
{
border-color: #21565F;
}
.TagClassName
{
border-color: #21565F;
}
</style>