Shades of Deep Teal #214540
Tints of Deep Teal #214540
RGB
CMYK
RGB Variations
Color information
#214540 (or 0x214540) is known color: Deep Teal. HEX triplet: 21, 45 and 40. RGB value is (33,69,64). Sum of RGB (Red+Green+Blue) = 33+69+64=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 69 - color contains mainly: green. Hex color #214540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214540 is #DEBABF. Grayscale: #393939. Windows color (decimal): -14596800 or 4212001. OLE color: 4212001.
HSL color Cylindrical-coordinate representation of color #214540: hue angle of 171.67º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #214540 is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 69 | 64 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.73 |
| HSL | 171.67º | 0.35% | 0.2% | - |
| HSV(B) | 171.67º | 0.52% | 0.27% | - |
| XYZ | 3.68 | 4.95 | 5.61 | - |
| YUV | 57.67 | 131.57 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 69 | 64 | 0.52 | 0 | 0.07 | 0.73 | 171.67 | 0.35 | 0.2 |
| Hex | 21 | 45 | 40 | 34 | 0 | 7 | 49 | AC | 23 | 14 |
| Octal | 41 | 105 | 100 | 64 | 0 | 7 | 111 | 254 | 43 | 24 |
| Binary | 100001 | 1000101 | 1000000 | 110100 | 0 | 111 | 1001001 | 10101100 | 100011 | 10100 |
Color Harmonies of #214540
Complementary color
Monochromatic Colors of #214540
Black with #214540
Text Example
Text Example
White with #214540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214540; }
p { color: rgb(33,69,64); }
H1.HeaderClassName
{
color: #214540;
}
.AnyTagClassName
{
color: #214540;
}
</style>
background-color css
<style>
a { background-color: #214540; }
a { background-color: rgb(33,69,64); }
div.DivClassName
{
background-color: #214540;
}
.BgClassName
{
background-color: #214540;
}
</style>
border-color css
<style>
span { border-color: #214540; }
span { border-color: rgb(33,69,64); }
td.TdClassName
{
border-color: #214540;
}
.TagClassName
{
border-color: #214540;
}
</style>