Shades of Deep Teal #20413E
Tints of Deep Teal #20413E
RGB
CMYK
RGB Variations
Color information
#20413E (or 0x20413E) is known color: Deep Teal. HEX triplet: 20, 41 and 3E. RGB value is (32,65,62). Sum of RGB (Red+Green+Blue) = 32+65+62=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 62 (24.61% from 255 or 38.99% from 159); Max value from RGB is 65 - color contains mainly: green. Hex color #20413E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20413E is #DFBEC1. Grayscale: #363636. Windows color (decimal): -14663362 or 4079904. OLE color: 4079904.
HSL color Cylindrical-coordinate representation of color #20413E: hue angle of 174.55º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #20413E is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 65 | 62 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.75 |
| HSL | 174.55º | 0.34% | 0.19% | - |
| HSV(B) | 174.55º | 0.51% | 0.25% | - |
| XYZ | 3.36 | 4.44 | 5.24 | - |
| YUV | 54.79 | 132.07 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 62 | 0.51 | 0 | 0.05 | 0.75 | 174.55 | 0.34 | 0.19 |
| Hex | 20 | 41 | 3E | 33 | 0 | 5 | 4B | AF | 22 | 13 |
| Octal | 40 | 101 | 76 | 63 | 0 | 5 | 113 | 257 | 42 | 23 |
| Binary | 100000 | 1000001 | 111110 | 110011 | 0 | 101 | 1001011 | 10101111 | 100010 | 10011 |
Color Harmonies of #20413E
Complementary color
Monochromatic Colors of #20413E
Black with #20413E
Text Example
Text Example
White with #20413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20413E; }
p { color: rgb(32,65,62); }
H1.HeaderClassName
{
color: #20413E;
}
.AnyTagClassName
{
color: #20413E;
}
</style>
background-color css
<style>
a { background-color: #20413E; }
a { background-color: rgb(32,65,62); }
div.DivClassName
{
background-color: #20413E;
}
.BgClassName
{
background-color: #20413E;
}
</style>
border-color css
<style>
span { border-color: #20413E; }
span { border-color: rgb(32,65,62); }
td.TdClassName
{
border-color: #20413E;
}
.TagClassName
{
border-color: #20413E;
}
</style>