Shades of Deep Teal #214A40
Tints of Deep Teal #214A40
RGB
CMYK
RGB Variations
Color information
#214A40 (or 0x214A40) is known color: Deep Teal. HEX triplet: 21, 4A and 40. RGB value is (33,74,64). Sum of RGB (Red+Green+Blue) = 33+74+64=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 74 (29.30% from 255 or 43.27% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 74 - color contains mainly: green. Hex color #214A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214A40 is #DEB5BF. Grayscale: #3C3C3C. Windows color (decimal): -14595520 or 4213281. OLE color: 4213281.
HSL color Cylindrical-coordinate representation of color #214A40: hue angle of 165.37º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #214A40 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 74 | 64 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.71 |
| HSL | 165.37º | 0.38% | 0.21% | - |
| HSV(B) | 165.37º | 0.55% | 0.29% | - |
| XYZ | 4 | 5.59 | 5.72 | - |
| YUV | 60.6 | 129.92 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 74 | 64 | 0.55 | 0 | 0.14 | 0.71 | 165.37 | 0.38 | 0.21 |
| Hex | 21 | 4A | 40 | 37 | 0 | E | 47 | A5 | 26 | 15 |
| Octal | 41 | 112 | 100 | 67 | 0 | 16 | 107 | 245 | 46 | 25 |
| Binary | 100001 | 1001010 | 1000000 | 110111 | 0 | 1110 | 1000111 | 10100101 | 100110 | 10101 |
Color Harmonies of #214A40
Complementary color
Monochromatic Colors of #214A40
Black with #214A40
Text Example
Text Example
White with #214A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214A40; }
p { color: rgb(33,74,64); }
H1.HeaderClassName
{
color: #214A40;
}
.AnyTagClassName
{
color: #214A40;
}
</style>
background-color css
<style>
a { background-color: #214A40; }
a { background-color: rgb(33,74,64); }
div.DivClassName
{
background-color: #214A40;
}
.BgClassName
{
background-color: #214A40;
}
</style>
border-color css
<style>
span { border-color: #214A40; }
span { border-color: rgb(33,74,64); }
td.TdClassName
{
border-color: #214A40;
}
.TagClassName
{
border-color: #214A40;
}
</style>