Shades of Deep Teal #213D3A
Tints of Deep Teal #213D3A
RGB
CMYK
RGB Variations
Color information
#213D3A (or 0x213D3A) is known color: Deep Teal. HEX triplet: 21, 3D and 3A. RGB value is (33,61,58). Sum of RGB (Red+Green+Blue) = 33+61+58=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 61 (24.22% from 255 or 40.13% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 61 - color contains mainly: green. Hex color #213D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D3A is #DEC2C5. Grayscale: #343434. Windows color (decimal): -14598854 or 3816737. OLE color: 3816737.
HSL color Cylindrical-coordinate representation of color #213D3A: hue angle of 173.57º 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 #213D3A is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 61 | 58 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.76 |
| HSL | 173.57º | 0.3% | 0.18% | - |
| HSV(B) | 173.57º | 0.46% | 0.24% | - |
| XYZ | 3.06 | 3.97 | 4.61 | - |
| YUV | 52.29 | 131.22 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 58 | 0.46 | 0 | 0.05 | 0.76 | 173.57 | 0.3 | 0.18 |
| Hex | 21 | 3D | 3A | 2E | 0 | 5 | 4C | AE | 1E | 12 |
| Octal | 41 | 75 | 72 | 56 | 0 | 5 | 114 | 256 | 36 | 22 |
| Binary | 100001 | 111101 | 111010 | 101110 | 0 | 101 | 1001100 | 10101110 | 11110 | 10010 |
Color Harmonies of #213D3A
Complementary color
Monochromatic Colors of #213D3A
Black with #213D3A
Text Example
Text Example
White with #213D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D3A; }
p { color: rgb(33,61,58); }
H1.HeaderClassName
{
color: #213D3A;
}
.AnyTagClassName
{
color: #213D3A;
}
</style>
background-color css
<style>
a { background-color: #213D3A; }
a { background-color: rgb(33,61,58); }
div.DivClassName
{
background-color: #213D3A;
}
.BgClassName
{
background-color: #213D3A;
}
</style>
border-color css
<style>
span { border-color: #213D3A; }
span { border-color: rgb(33,61,58); }
td.TdClassName
{
border-color: #213D3A;
}
.TagClassName
{
border-color: #213D3A;
}
</style>