Shades of Deep Teal #213E38
Tints of Deep Teal #213E38
RGB
CMYK
RGB Variations
Color information
#213E38 (or 0x213E38) is known color: Deep Teal. HEX triplet: 21, 3E and 38. RGB value is (33,62,56). Sum of RGB (Red+Green+Blue) = 33+62+56=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 62 (24.61% from 255 or 41.06% from 151); Blue value is 56 (22.27% from 255 or 37.09% from 151); Max value from RGB is 62 - color contains mainly: green. Hex color #213E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213E38 is #DEC1C7. Grayscale: #343434. Windows color (decimal): -14598600 or 3685921. OLE color: 3685921.
HSL color Cylindrical-coordinate representation of color #213E38: hue angle of 167.59º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #213E38 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 62 | 56 | - |
| CMYK | 0.47 | 0 | 0.10 | 0.76 |
| HSL | 167.59º | 0.31% | 0.19% | - |
| HSV(B) | 167.59º | 0.47% | 0.24% | - |
| XYZ | 3.06 | 4.05 | 4.36 | - |
| YUV | 52.65 | 129.89 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 62 | 56 | 0.47 | 0 | 0.10 | 0.76 | 167.59 | 0.31 | 0.19 |
| Hex | 21 | 3E | 38 | 2F | 0 | A | 4C | A8 | 1F | 13 |
| Octal | 41 | 76 | 70 | 57 | 0 | 12 | 114 | 250 | 37 | 23 |
| Binary | 100001 | 111110 | 111000 | 101111 | 0 | 1010 | 1001100 | 10101000 | 11111 | 10011 |
Color Harmonies of #213E38
Complementary color
Monochromatic Colors of #213E38
Black with #213E38
Text Example
Text Example
White with #213E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213E38; }
p { color: rgb(33,62,56); }
H1.HeaderClassName
{
color: #213E38;
}
.AnyTagClassName
{
color: #213E38;
}
</style>
background-color css
<style>
a { background-color: #213E38; }
a { background-color: rgb(33,62,56); }
div.DivClassName
{
background-color: #213E38;
}
.BgClassName
{
background-color: #213E38;
}
</style>
border-color css
<style>
span { border-color: #213E38; }
span { border-color: rgb(33,62,56); }
td.TdClassName
{
border-color: #213E38;
}
.TagClassName
{
border-color: #213E38;
}
</style>