Shades of Deep Teal #213D39
Tints of Deep Teal #213D39
RGB
CMYK
RGB Variations
Color information
#213D39 (or 0x213D39) is known color: Deep Teal. HEX triplet: 21, 3D and 39. RGB value is (33,61,57). Sum of RGB (Red+Green+Blue) = 33+61+57=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 61 (24.22% from 255 or 40.40% from 151); Blue value is 57 (22.66% from 255 or 37.75% from 151); Max value from RGB is 61 - color contains mainly: green. Hex color #213D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D39 is #DEC2C6. Grayscale: #343434. Windows color (decimal): -14598855 or 3751201. OLE color: 3751201.
HSL color Cylindrical-coordinate representation of color #213D39: hue angle of 171.43º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #213D39 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 61 | 57 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.76 |
| HSL | 171.43º | 0.3% | 0.18% | - |
| HSV(B) | 171.43º | 0.46% | 0.24% | - |
| XYZ | 3.03 | 3.96 | 4.47 | - |
| YUV | 52.17 | 130.72 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 57 | 0.46 | 0 | 0.07 | 0.76 | 171.43 | 0.3 | 0.18 |
| Hex | 21 | 3D | 39 | 2E | 0 | 7 | 4C | AB | 1E | 12 |
| Octal | 41 | 75 | 71 | 56 | 0 | 7 | 114 | 253 | 36 | 22 |
| Binary | 100001 | 111101 | 111001 | 101110 | 0 | 111 | 1001100 | 10101011 | 11110 | 10010 |
Color Harmonies of #213D39
Complementary color
Monochromatic Colors of #213D39
Black with #213D39
Text Example
Text Example
White with #213D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D39; }
p { color: rgb(33,61,57); }
H1.HeaderClassName
{
color: #213D39;
}
.AnyTagClassName
{
color: #213D39;
}
</style>
background-color css
<style>
a { background-color: #213D39; }
a { background-color: rgb(33,61,57); }
div.DivClassName
{
background-color: #213D39;
}
.BgClassName
{
background-color: #213D39;
}
</style>
border-color css
<style>
span { border-color: #213D39; }
span { border-color: rgb(33,61,57); }
td.TdClassName
{
border-color: #213D39;
}
.TagClassName
{
border-color: #213D39;
}
</style>