Shades of Deep Teal #214541
Tints of Deep Teal #214541
RGB
CMYK
RGB Variations
Color information
#214541 (or 0x214541) is known color: Deep Teal. HEX triplet: 21, 45 and 41. RGB value is (33,69,65). Sum of RGB (Red+Green+Blue) = 33+69+65=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 69 - color contains mainly: green. Hex color #214541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214541 is #DEBABE. Grayscale: #393939. Windows color (decimal): -14596799 or 4277537. OLE color: 4277537.
HSL color Cylindrical-coordinate representation of color #214541: hue angle of 173.33º 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 #214541 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 33 | 69 | 65 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.73 |
| HSL | 173.33º | 0.35% | 0.2% | - |
| HSV(B) | 173.33º | 0.52% | 0.27% | - |
| XYZ | 3.71 | 4.96 | 5.76 | - |
| YUV | 57.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 69 | 65 | 0.52 | 0 | 0.06 | 0.73 | 173.33 | 0.35 | 0.2 |
| Hex | 21 | 45 | 41 | 34 | 0 | 6 | 49 | AD | 23 | 14 |
| Octal | 41 | 105 | 101 | 64 | 0 | 6 | 111 | 255 | 43 | 24 |
| Binary | 100001 | 1000101 | 1000001 | 110100 | 0 | 110 | 1001001 | 10101101 | 100011 | 10100 |
Color Harmonies of #214541
Complementary color
Monochromatic Colors of #214541
Black with #214541
Text Example
Text Example
White with #214541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214541; }
p { color: rgb(33,69,65); }
H1.HeaderClassName
{
color: #214541;
}
.AnyTagClassName
{
color: #214541;
}
</style>
background-color css
<style>
a { background-color: #214541; }
a { background-color: rgb(33,69,65); }
div.DivClassName
{
background-color: #214541;
}
.BgClassName
{
background-color: #214541;
}
</style>
border-color css
<style>
span { border-color: #214541; }
span { border-color: rgb(33,69,65); }
td.TdClassName
{
border-color: #214541;
}
.TagClassName
{
border-color: #214541;
}
</style>