Shades of Deep Teal #214A42
Tints of Deep Teal #214A42
RGB
CMYK
RGB Variations
Color information
#214A42 (or 0x214A42) is known color: Deep Teal. HEX triplet: 21, 4A and 42. RGB value is (33,74,66). Sum of RGB (Red+Green+Blue) = 33+74+66=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 74 (29.30% from 255 or 42.77% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 74 - color contains mainly: green. Hex color #214A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214A42 is #DEB5BD. Grayscale: #3C3C3C. Windows color (decimal): -14595518 or 4344353. OLE color: 4344353.
HSL color Cylindrical-coordinate representation of color #214A42: hue angle of 168.29º 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 #214A42 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 74 | 66 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.71 |
| HSL | 168.29º | 0.38% | 0.21% | - |
| HSV(B) | 168.29º | 0.55% | 0.29% | - |
| XYZ | 4.06 | 5.61 | 6.02 | - |
| YUV | 60.83 | 130.92 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 74 | 66 | 0.55 | 0 | 0.11 | 0.71 | 168.29 | 0.38 | 0.21 |
| Hex | 21 | 4A | 42 | 37 | 0 | B | 47 | A8 | 26 | 15 |
| Octal | 41 | 112 | 102 | 67 | 0 | 13 | 107 | 250 | 46 | 25 |
| Binary | 100001 | 1001010 | 1000010 | 110111 | 0 | 1011 | 1000111 | 10101000 | 100110 | 10101 |
Color Harmonies of #214A42
Complementary color
Monochromatic Colors of #214A42
Black with #214A42
Text Example
Text Example
White with #214A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214A42; }
p { color: rgb(33,74,66); }
H1.HeaderClassName
{
color: #214A42;
}
.AnyTagClassName
{
color: #214A42;
}
</style>
background-color css
<style>
a { background-color: #214A42; }
a { background-color: rgb(33,74,66); }
div.DivClassName
{
background-color: #214A42;
}
.BgClassName
{
background-color: #214A42;
}
</style>
border-color css
<style>
span { border-color: #214A42; }
span { border-color: rgb(33,74,66); }
td.TdClassName
{
border-color: #214A42;
}
.TagClassName
{
border-color: #214A42;
}
</style>