Shades of Deep Teal #213D38
Tints of Deep Teal #213D38
RGB
CMYK
RGB Variations
Color information
#213D38 (or 0x213D38) is known color: Deep Teal. HEX triplet: 21, 3D and 38. RGB value is (33,61,56). Sum of RGB (Red+Green+Blue) = 33+61+56=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 61 (24.22% from 255 or 40.67% from 150); Blue value is 56 (22.27% from 255 or 37.33% from 150); Max value from RGB is 61 - color contains mainly: green. Hex color #213D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D38 is #DEC2C7. Grayscale: #343434. Windows color (decimal): -14598856 or 3685665. OLE color: 3685665.
HSL color Cylindrical-coordinate representation of color #213D38: hue angle of 169.29º 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 #213D38 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 61 | 56 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.76 |
| HSL | 169.29º | 0.3% | 0.18% | - |
| HSV(B) | 169.29º | 0.46% | 0.24% | - |
| XYZ | 3.01 | 3.95 | 4.34 | - |
| YUV | 52.06 | 130.22 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 56 | 0.46 | 0 | 0.08 | 0.76 | 169.29 | 0.3 | 0.18 |
| Hex | 21 | 3D | 38 | 2E | 0 | 8 | 4C | A9 | 1E | 12 |
| Octal | 41 | 75 | 70 | 56 | 0 | 10 | 114 | 251 | 36 | 22 |
| Binary | 100001 | 111101 | 111000 | 101110 | 0 | 1000 | 1001100 | 10101001 | 11110 | 10010 |
Color Harmonies of #213D38
Complementary color
Monochromatic Colors of #213D38
Black with #213D38
Text Example
Text Example
White with #213D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D38; }
p { color: rgb(33,61,56); }
H1.HeaderClassName
{
color: #213D38;
}
.AnyTagClassName
{
color: #213D38;
}
</style>
background-color css
<style>
a { background-color: #213D38; }
a { background-color: rgb(33,61,56); }
div.DivClassName
{
background-color: #213D38;
}
.BgClassName
{
background-color: #213D38;
}
</style>
border-color css
<style>
span { border-color: #213D38; }
span { border-color: rgb(33,61,56); }
td.TdClassName
{
border-color: #213D38;
}
.TagClassName
{
border-color: #213D38;
}
</style>