Shades of Deep Teal #20473D
Tints of Deep Teal #20473D
RGB
CMYK
RGB Variations
Color information
#20473D (or 0x20473D) is known color: Deep Teal. HEX triplet: 20, 47 and 3D. RGB value is (32,71,61). Sum of RGB (Red+Green+Blue) = 32+71+61=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 71 (28.12% from 255 or 43.29% from 164); Blue value is 61 (24.22% from 255 or 37.20% from 164); Max value from RGB is 71 - color contains mainly: green. Hex color #20473D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20473D is #DFB8C2. Grayscale: #3A3A3A. Windows color (decimal): -14661827 or 4015904. OLE color: 4015904.
HSL color Cylindrical-coordinate representation of color #20473D: hue angle of 164.62º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #20473D is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 71 | 61 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.72 |
| HSL | 164.62º | 0.38% | 0.2% | - |
| HSV(B) | 164.62º | 0.55% | 0.28% | - |
| XYZ | 3.69 | 5.15 | 5.21 | - |
| YUV | 58.2 | 129.58 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 71 | 61 | 0.55 | 0 | 0.14 | 0.72 | 164.62 | 0.38 | 0.2 |
| Hex | 20 | 47 | 3D | 37 | 0 | E | 48 | A5 | 26 | 14 |
| Octal | 40 | 107 | 75 | 67 | 0 | 16 | 110 | 245 | 46 | 24 |
| Binary | 100000 | 1000111 | 111101 | 110111 | 0 | 1110 | 1001000 | 10100101 | 100110 | 10100 |
Color Harmonies of #20473D
Complementary color
Monochromatic Colors of #20473D
Black with #20473D
Text Example
Text Example
White with #20473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20473D; }
p { color: rgb(32,71,61); }
H1.HeaderClassName
{
color: #20473D;
}
.AnyTagClassName
{
color: #20473D;
}
</style>
background-color css
<style>
a { background-color: #20473D; }
a { background-color: rgb(32,71,61); }
div.DivClassName
{
background-color: #20473D;
}
.BgClassName
{
background-color: #20473D;
}
</style>
border-color css
<style>
span { border-color: #20473D; }
span { border-color: rgb(32,71,61); }
td.TdClassName
{
border-color: #20473D;
}
.TagClassName
{
border-color: #20473D;
}
</style>