Shades of Deep Teal #20423D
Tints of Deep Teal #20423D
RGB
CMYK
RGB Variations
Color information
#20423D (or 0x20423D) is known color: Deep Teal. HEX triplet: 20, 42 and 3D. RGB value is (32,66,61). Sum of RGB (Red+Green+Blue) = 32+66+61=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 66 - color contains mainly: green. Hex color #20423D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20423D is #DFBDC2. Grayscale: #373737. Windows color (decimal): -14663107 or 4014624. OLE color: 4014624.
HSL color Cylindrical-coordinate representation of color #20423D: hue angle of 171.18º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #20423D is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 32 | 66 | 61 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.74 |
| HSL | 171.18º | 0.35% | 0.19% | - |
| HSV(B) | 171.18º | 0.52% | 0.26% | - |
| XYZ | 3.39 | 4.54 | 5.11 | - |
| YUV | 55.26 | 131.24 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 66 | 61 | 0.52 | 0 | 0.08 | 0.74 | 171.18 | 0.35 | 0.19 |
| Hex | 20 | 42 | 3D | 34 | 0 | 8 | 4A | AB | 23 | 13 |
| Octal | 40 | 102 | 75 | 64 | 0 | 10 | 112 | 253 | 43 | 23 |
| Binary | 100000 | 1000010 | 111101 | 110100 | 0 | 1000 | 1001010 | 10101011 | 100011 | 10011 |
Color Harmonies of #20423D
Complementary color
Monochromatic Colors of #20423D
Black with #20423D
Text Example
Text Example
White with #20423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20423D; }
p { color: rgb(32,66,61); }
H1.HeaderClassName
{
color: #20423D;
}
.AnyTagClassName
{
color: #20423D;
}
</style>
background-color css
<style>
a { background-color: #20423D; }
a { background-color: rgb(32,66,61); }
div.DivClassName
{
background-color: #20423D;
}
.BgClassName
{
background-color: #20423D;
}
</style>
border-color css
<style>
span { border-color: #20423D; }
span { border-color: rgb(32,66,61); }
td.TdClassName
{
border-color: #20423D;
}
.TagClassName
{
border-color: #20423D;
}
</style>