Shades of Deep Teal #213F37
Tints of Deep Teal #213F37
RGB
CMYK
RGB Variations
Color information
#213F37 (or 0x213F37) is known color: Deep Teal. HEX triplet: 21, 3F and 37. RGB value is (33,63,55). Sum of RGB (Red+Green+Blue) = 33+63+55=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 63 (25% from 255 or 41.72% from 151); Blue value is 55 (21.88% from 255 or 36.42% from 151); Max value from RGB is 63 - color contains mainly: green. Hex color #213F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213F37 is #DEC0C8. Grayscale: #353535. Windows color (decimal): -14598345 or 3620641. OLE color: 3620641.
HSL color Cylindrical-coordinate representation of color #213F37: hue angle of 164º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #213F37 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 63 | 55 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.75 |
| HSL | 164º | 0.31% | 0.19% | - |
| HSV(B) | 164º | 0.48% | 0.25% | - |
| XYZ | 3.09 | 4.15 | 4.25 | - |
| YUV | 53.12 | 129.06 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 55 | 0.48 | 0 | 0.13 | 0.75 | 164 | 0.31 | 0.19 |
| Hex | 21 | 3F | 37 | 30 | 0 | D | 4B | A4 | 1F | 13 |
| Octal | 41 | 77 | 67 | 60 | 0 | 15 | 113 | 244 | 37 | 23 |
| Binary | 100001 | 111111 | 110111 | 110000 | 0 | 1101 | 1001011 | 10100100 | 11111 | 10011 |
Color Harmonies of #213F37
Complementary color
Monochromatic Colors of #213F37
Black with #213F37
Text Example
Text Example
White with #213F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213F37; }
p { color: rgb(33,63,55); }
H1.HeaderClassName
{
color: #213F37;
}
.AnyTagClassName
{
color: #213F37;
}
</style>
background-color css
<style>
a { background-color: #213F37; }
a { background-color: rgb(33,63,55); }
div.DivClassName
{
background-color: #213F37;
}
.BgClassName
{
background-color: #213F37;
}
</style>
border-color css
<style>
span { border-color: #213F37; }
span { border-color: rgb(33,63,55); }
td.TdClassName
{
border-color: #213F37;
}
.TagClassName
{
border-color: #213F37;
}
</style>