Shades of Deep Teal #214038
Tints of Deep Teal #214038
RGB
CMYK
RGB Variations
Color information
#214038 (or 0x214038) is known color: Deep Teal. HEX triplet: 21, 40 and 38. RGB value is (33,64,56). Sum of RGB (Red+Green+Blue) = 33+64+56=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 56 (22.27% from 255 or 36.60% from 153); Max value from RGB is 64 - color contains mainly: green. Hex color #214038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214038 is #DEBFC7. Grayscale: #353535. Windows color (decimal): -14598088 or 3686433. OLE color: 3686433.
HSL color Cylindrical-coordinate representation of color #214038: hue angle of 164.52º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #214038 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 64 | 56 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.75 |
| HSL | 164.52º | 0.32% | 0.19% | - |
| HSV(B) | 164.52º | 0.48% | 0.25% | - |
| XYZ | 3.17 | 4.28 | 4.4 | - |
| YUV | 53.82 | 129.23 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 56 | 0.48 | 0 | 0.13 | 0.75 | 164.52 | 0.32 | 0.19 |
| Hex | 21 | 40 | 38 | 30 | 0 | D | 4B | A5 | 20 | 13 |
| Octal | 41 | 100 | 70 | 60 | 0 | 15 | 113 | 245 | 40 | 23 |
| Binary | 100001 | 1000000 | 111000 | 110000 | 0 | 1101 | 1001011 | 10100101 | 100000 | 10011 |
Color Harmonies of #214038
Complementary color
Monochromatic Colors of #214038
Black with #214038
Text Example
Text Example
White with #214038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214038; }
p { color: rgb(33,64,56); }
H1.HeaderClassName
{
color: #214038;
}
.AnyTagClassName
{
color: #214038;
}
</style>
background-color css
<style>
a { background-color: #214038; }
a { background-color: rgb(33,64,56); }
div.DivClassName
{
background-color: #214038;
}
.BgClassName
{
background-color: #214038;
}
</style>
border-color css
<style>
span { border-color: #214038; }
span { border-color: rgb(33,64,56); }
td.TdClassName
{
border-color: #214038;
}
.TagClassName
{
border-color: #214038;
}
</style>