Shades of Deep Teal #20413D
Tints of Deep Teal #20413D
RGB
CMYK
RGB Variations
Color information
#20413D (or 0x20413D) is known color: Deep Teal. HEX triplet: 20, 41 and 3D. RGB value is (32,65,61). Sum of RGB (Red+Green+Blue) = 32+65+61=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 65 - color contains mainly: green. Hex color #20413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20413D is #DFBEC2. Grayscale: #363636. Windows color (decimal): -14663363 or 4014368. OLE color: 4014368.
HSL color Cylindrical-coordinate representation of color #20413D: hue angle of 172.73º 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 #20413D is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 65 | 61 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.75 |
| HSL | 172.73º | 0.34% | 0.19% | - |
| HSV(B) | 172.73º | 0.51% | 0.25% | - |
| XYZ | 3.33 | 4.42 | 5.09 | - |
| YUV | 54.68 | 131.57 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 61 | 0.51 | 0 | 0.06 | 0.75 | 172.73 | 0.34 | 0.19 |
| Hex | 20 | 41 | 3D | 33 | 0 | 6 | 4B | AD | 22 | 13 |
| Octal | 40 | 101 | 75 | 63 | 0 | 6 | 113 | 255 | 42 | 23 |
| Binary | 100000 | 1000001 | 111101 | 110011 | 0 | 110 | 1001011 | 10101101 | 100010 | 10011 |
Color Harmonies of #20413D
Complementary color
Monochromatic Colors of #20413D
Black with #20413D
Text Example
Text Example
White with #20413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20413D; }
p { color: rgb(32,65,61); }
H1.HeaderClassName
{
color: #20413D;
}
.AnyTagClassName
{
color: #20413D;
}
</style>
background-color css
<style>
a { background-color: #20413D; }
a { background-color: rgb(32,65,61); }
div.DivClassName
{
background-color: #20413D;
}
.BgClassName
{
background-color: #20413D;
}
</style>
border-color css
<style>
span { border-color: #20413D; }
span { border-color: rgb(32,65,61); }
td.TdClassName
{
border-color: #20413D;
}
.TagClassName
{
border-color: #20413D;
}
</style>