Shades of Deep Teal #20483F
Tints of Deep Teal #20483F
RGB
CMYK
RGB Variations
Color information
#20483F (or 0x20483F) is known color: Deep Teal. HEX triplet: 20, 48 and 3F. RGB value is (32,72,63). Sum of RGB (Red+Green+Blue) = 32+72+63=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 72 - color contains mainly: green. Hex color #20483F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20483F is #DFB7C0. Grayscale: #3B3B3B. Windows color (decimal): -14661569 or 4147232. OLE color: 4147232.
HSL color Cylindrical-coordinate representation of color #20483F: hue angle of 166.5º 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 #20483F is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 72 | 63 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.72 |
| HSL | 166.5º | 0.38% | 0.2% | - |
| HSV(B) | 166.5º | 0.56% | 0.28% | - |
| XYZ | 3.81 | 5.3 | 5.52 | - |
| YUV | 59.01 | 130.25 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 72 | 63 | 0.56 | 0 | 0.12 | 0.72 | 166.5 | 0.38 | 0.2 |
| Hex | 20 | 48 | 3F | 38 | 0 | C | 48 | A6 | 26 | 14 |
| Octal | 40 | 110 | 77 | 70 | 0 | 14 | 110 | 246 | 46 | 24 |
| Binary | 100000 | 1001000 | 111111 | 111000 | 0 | 1100 | 1001000 | 10100110 | 100110 | 10100 |
Color Harmonies of #20483F
Complementary color
Monochromatic Colors of #20483F
Black with #20483F
Text Example
Text Example
White with #20483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20483F; }
p { color: rgb(32,72,63); }
H1.HeaderClassName
{
color: #20483F;
}
.AnyTagClassName
{
color: #20483F;
}
</style>
background-color css
<style>
a { background-color: #20483F; }
a { background-color: rgb(32,72,63); }
div.DivClassName
{
background-color: #20483F;
}
.BgClassName
{
background-color: #20483F;
}
</style>
border-color css
<style>
span { border-color: #20483F; }
span { border-color: rgb(32,72,63); }
td.TdClassName
{
border-color: #20483F;
}
.TagClassName
{
border-color: #20483F;
}
</style>