Shades of Deep Teal #20443B
Tints of Deep Teal #20443B
RGB
CMYK
RGB Variations
Color information
#20443B (or 0x20443B) is known color: Deep Teal. HEX triplet: 20, 44 and 3B. RGB value is (32,68,59). Sum of RGB (Red+Green+Blue) = 32+68+59=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 68 (26.95% from 255 or 42.77% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 68 - color contains mainly: green. Hex color #20443B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20443B is #DFBBC4. Grayscale: #383838. Windows color (decimal): -14662597 or 3884064. OLE color: 3884064.
HSL color Cylindrical-coordinate representation of color #20443B: hue angle of 165º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #20443B is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 32 | 68 | 59 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.73 |
| HSL | 165º | 0.36% | 0.2% | - |
| HSV(B) | 165º | 0.53% | 0.27% | - |
| XYZ | 3.45 | 4.76 | 4.87 | - |
| YUV | 56.21 | 129.57 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 68 | 59 | 0.53 | 0 | 0.13 | 0.73 | 165 | 0.36 | 0.2 |
| Hex | 20 | 44 | 3B | 35 | 0 | D | 49 | A5 | 24 | 14 |
| Octal | 40 | 104 | 73 | 65 | 0 | 15 | 111 | 245 | 44 | 24 |
| Binary | 100000 | 1000100 | 111011 | 110101 | 0 | 1101 | 1001001 | 10100101 | 100100 | 10100 |
Color Harmonies of #20443B
Complementary color
Monochromatic Colors of #20443B
Black with #20443B
Text Example
Text Example
White with #20443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20443B; }
p { color: rgb(32,68,59); }
H1.HeaderClassName
{
color: #20443B;
}
.AnyTagClassName
{
color: #20443B;
}
</style>
background-color css
<style>
a { background-color: #20443B; }
a { background-color: rgb(32,68,59); }
div.DivClassName
{
background-color: #20443B;
}
.BgClassName
{
background-color: #20443B;
}
</style>
border-color css
<style>
span { border-color: #20443B; }
span { border-color: rgb(32,68,59); }
td.TdClassName
{
border-color: #20443B;
}
.TagClassName
{
border-color: #20443B;
}
</style>