Shades of Deep Teal #20483E
Tints of Deep Teal #20483E
RGB
CMYK
RGB Variations
Color information
#20483E (or 0x20483E) is known color: Deep Teal. HEX triplet: 20, 48 and 3E. RGB value is (32,72,62). Sum of RGB (Red+Green+Blue) = 32+72+62=166 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.28% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 62 (24.61% from 255 or 37.35% from 166); Max value from RGB is 72 - color contains mainly: green. Hex color #20483E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20483E is #DFB7C1. Grayscale: #3A3A3A. Windows color (decimal): -14661570 or 4081696. OLE color: 4081696.
HSL color Cylindrical-coordinate representation of color #20483E: hue angle of 165º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #20483E is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 72 | 62 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.72 |
| HSL | 165º | 0.38% | 0.2% | - |
| HSV(B) | 165º | 0.56% | 0.28% | - |
| XYZ | 3.78 | 5.29 | 5.38 | - |
| YUV | 58.9 | 129.75 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 72 | 62 | 0.56 | 0 | 0.14 | 0.72 | 165 | 0.38 | 0.2 |
| Hex | 20 | 48 | 3E | 38 | 0 | E | 48 | A5 | 26 | 14 |
| Octal | 40 | 110 | 76 | 70 | 0 | 16 | 110 | 245 | 46 | 24 |
| Binary | 100000 | 1001000 | 111110 | 111000 | 0 | 1110 | 1001000 | 10100101 | 100110 | 10100 |
Color Harmonies of #20483E
Complementary color
Monochromatic Colors of #20483E
Black with #20483E
Text Example
Text Example
White with #20483E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20483E; }
p { color: rgb(32,72,62); }
H1.HeaderClassName
{
color: #20483E;
}
.AnyTagClassName
{
color: #20483E;
}
</style>
background-color css
<style>
a { background-color: #20483E; }
a { background-color: rgb(32,72,62); }
div.DivClassName
{
background-color: #20483E;
}
.BgClassName
{
background-color: #20483E;
}
</style>
border-color css
<style>
span { border-color: #20483E; }
span { border-color: rgb(32,72,62); }
td.TdClassName
{
border-color: #20483E;
}
.TagClassName
{
border-color: #20483E;
}
</style>