Shades of Deep Teal #20483D
Tints of Deep Teal #20483D
RGB
CMYK
RGB Variations
Color information
#20483D (or 0x20483D) is known color: Deep Teal. HEX triplet: 20, 48 and 3D. RGB value is (32,72,61). Sum of RGB (Red+Green+Blue) = 32+72+61=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 61 (24.22% from 255 or 36.97% from 165); Max value from RGB is 72 - color contains mainly: green. Hex color #20483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20483D is #DFB7C2. Grayscale: #3A3A3A. Windows color (decimal): -14661571 or 4016160. OLE color: 4016160.
HSL color Cylindrical-coordinate representation of color #20483D: hue angle of 163.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 #20483D is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 72 | 61 | - |
| CMYK | 0.56 | 0 | 0.15 | 0.72 |
| HSL | 163.5º | 0.38% | 0.2% | - |
| HSV(B) | 163.5º | 0.56% | 0.28% | - |
| XYZ | 3.76 | 5.28 | 5.24 | - |
| YUV | 58.79 | 129.25 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 72 | 61 | 0.56 | 0 | 0.15 | 0.72 | 163.5 | 0.38 | 0.2 |
| Hex | 20 | 48 | 3D | 38 | 0 | F | 48 | A4 | 26 | 14 |
| Octal | 40 | 110 | 75 | 70 | 0 | 17 | 110 | 244 | 46 | 24 |
| Binary | 100000 | 1001000 | 111101 | 111000 | 0 | 1111 | 1001000 | 10100100 | 100110 | 10100 |
Color Harmonies of #20483D
Complementary color
Monochromatic Colors of #20483D
Black with #20483D
Text Example
Text Example
White with #20483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20483D; }
p { color: rgb(32,72,61); }
H1.HeaderClassName
{
color: #20483D;
}
.AnyTagClassName
{
color: #20483D;
}
</style>
background-color css
<style>
a { background-color: #20483D; }
a { background-color: rgb(32,72,61); }
div.DivClassName
{
background-color: #20483D;
}
.BgClassName
{
background-color: #20483D;
}
</style>
border-color css
<style>
span { border-color: #20483D; }
span { border-color: rgb(32,72,61); }
td.TdClassName
{
border-color: #20483D;
}
.TagClassName
{
border-color: #20483D;
}
</style>