Shades of Deep Teal #20463D
Tints of Deep Teal #20463D
RGB
CMYK
RGB Variations
Color information
#20463D (or 0x20463D) is known color: Deep Teal. HEX triplet: 20, 46 and 3D. RGB value is (32,70,61). Sum of RGB (Red+Green+Blue) = 32+70+61=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 70 - color contains mainly: green. Hex color #20463D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20463D is #DFB9C2. Grayscale: #393939. Windows color (decimal): -14662083 or 4015648. OLE color: 4015648.
HSL color Cylindrical-coordinate representation of color #20463D: hue angle of 165.79º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #20463D is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 32 | 70 | 61 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.73 |
| HSL | 165.79º | 0.37% | 0.2% | - |
| HSV(B) | 165.79º | 0.54% | 0.27% | - |
| XYZ | 3.63 | 5.02 | 5.19 | - |
| YUV | 57.61 | 129.91 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 70 | 61 | 0.54 | 0 | 0.13 | 0.73 | 165.79 | 0.37 | 0.2 |
| Hex | 20 | 46 | 3D | 36 | 0 | D | 49 | A6 | 25 | 14 |
| Octal | 40 | 106 | 75 | 66 | 0 | 15 | 111 | 246 | 45 | 24 |
| Binary | 100000 | 1000110 | 111101 | 110110 | 0 | 1101 | 1001001 | 10100110 | 100101 | 10100 |
Color Harmonies of #20463D
Complementary color
Monochromatic Colors of #20463D
Black with #20463D
Text Example
Text Example
White with #20463D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20463D; }
p { color: rgb(32,70,61); }
H1.HeaderClassName
{
color: #20463D;
}
.AnyTagClassName
{
color: #20463D;
}
</style>
background-color css
<style>
a { background-color: #20463D; }
a { background-color: rgb(32,70,61); }
div.DivClassName
{
background-color: #20463D;
}
.BgClassName
{
background-color: #20463D;
}
</style>
border-color css
<style>
span { border-color: #20463D; }
span { border-color: rgb(32,70,61); }
td.TdClassName
{
border-color: #20463D;
}
.TagClassName
{
border-color: #20463D;
}
</style>