Shades of Deep Teal #213D3B
Tints of Deep Teal #213D3B
RGB
CMYK
RGB Variations
Color information
#213D3B (or 0x213D3B) is known color: Deep Teal. HEX triplet: 21, 3D and 3B. RGB value is (33,61,59). Sum of RGB (Red+Green+Blue) = 33+61+59=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 61 (24.22% from 255 or 39.87% from 153); Blue value is 59 (23.44% from 255 or 38.56% from 153); Max value from RGB is 61 - color contains mainly: green. Hex color #213D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D3B is #DEC2C4. Grayscale: #343434. Windows color (decimal): -14598853 or 3882273. OLE color: 3882273.
HSL color Cylindrical-coordinate representation of color #213D3B: hue angle of 175.71º 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 #213D3B is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 61 | 59 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.76 |
| HSL | 175.71º | 0.3% | 0.18% | - |
| HSV(B) | 175.71º | 0.46% | 0.24% | - |
| XYZ | 3.09 | 3.98 | 4.74 | - |
| YUV | 52.4 | 131.72 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 59 | 0.46 | 0 | 0.03 | 0.76 | 175.71 | 0.3 | 0.18 |
| Hex | 21 | 3D | 3B | 2E | 0 | 3 | 4C | B0 | 1E | 12 |
| Octal | 41 | 75 | 73 | 56 | 0 | 3 | 114 | 260 | 36 | 22 |
| Binary | 100001 | 111101 | 111011 | 101110 | 0 | 11 | 1001100 | 10110000 | 11110 | 10010 |
Color Harmonies of #213D3B
Complementary color
Monochromatic Colors of #213D3B
Black with #213D3B
Text Example
Text Example
White with #213D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D3B; }
p { color: rgb(33,61,59); }
H1.HeaderClassName
{
color: #213D3B;
}
.AnyTagClassName
{
color: #213D3B;
}
</style>
background-color css
<style>
a { background-color: #213D3B; }
a { background-color: rgb(33,61,59); }
div.DivClassName
{
background-color: #213D3B;
}
.BgClassName
{
background-color: #213D3B;
}
</style>
border-color css
<style>
span { border-color: #213D3B; }
span { border-color: rgb(33,61,59); }
td.TdClassName
{
border-color: #213D3B;
}
.TagClassName
{
border-color: #213D3B;
}
</style>