Shades of Deep Teal #20403D
Tints of Deep Teal #20403D
RGB
CMYK
RGB Variations
Color information
#20403D (or 0x20403D) is known color: Deep Teal. HEX triplet: 20, 40 and 3D. RGB value is (32,64,61). Sum of RGB (Red+Green+Blue) = 32+64+61=157 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.38% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 64 - color contains mainly: green. Hex color #20403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20403D is #DFBFC2. Grayscale: #363636. Windows color (decimal): -14663619 or 4014112. OLE color: 4014112.
HSL color Cylindrical-coordinate representation of color #20403D: hue angle of 174.38º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #20403D is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 64 | 61 | - |
| CMYK | 0.50 | 0 | 0.05 | 0.75 |
| HSL | 174.38º | 0.33% | 0.19% | - |
| HSV(B) | 174.38º | 0.5% | 0.25% | - |
| XYZ | 3.27 | 4.31 | 5.07 | - |
| YUV | 54.09 | 131.9 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 61 | 0.50 | 0 | 0.05 | 0.75 | 174.38 | 0.33 | 0.19 |
| Hex | 20 | 40 | 3D | 32 | 0 | 5 | 4B | AE | 21 | 13 |
| Octal | 40 | 100 | 75 | 62 | 0 | 5 | 113 | 256 | 41 | 23 |
| Binary | 100000 | 1000000 | 111101 | 110010 | 0 | 101 | 1001011 | 10101110 | 100001 | 10011 |
Color Harmonies of #20403D
Complementary color
Monochromatic Colors of #20403D
Black with #20403D
Text Example
Text Example
White with #20403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20403D; }
p { color: rgb(32,64,61); }
H1.HeaderClassName
{
color: #20403D;
}
.AnyTagClassName
{
color: #20403D;
}
</style>
background-color css
<style>
a { background-color: #20403D; }
a { background-color: rgb(32,64,61); }
div.DivClassName
{
background-color: #20403D;
}
.BgClassName
{
background-color: #20403D;
}
</style>
border-color css
<style>
span { border-color: #20403D; }
span { border-color: rgb(32,64,61); }
td.TdClassName
{
border-color: #20403D;
}
.TagClassName
{
border-color: #20403D;
}
</style>