Shades of Deep Teal #20433B
Tints of Deep Teal #20433B
RGB
CMYK
RGB Variations
Color information
#20433B (or 0x20433B) is known color: Deep Teal. HEX triplet: 20, 43 and 3B. RGB value is (32,67,59). Sum of RGB (Red+Green+Blue) = 32+67+59=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 67 (26.56% from 255 or 42.41% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 67 - color contains mainly: green. Hex color #20433B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20433B is #DFBCC4. Grayscale: #373737. Windows color (decimal): -14662853 or 3883808. OLE color: 3883808.
HSL color Cylindrical-coordinate representation of color #20433B: hue angle of 166.29º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #20433B is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 32 | 67 | 59 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.74 |
| HSL | 166.29º | 0.35% | 0.19% | - |
| HSV(B) | 166.29º | 0.52% | 0.26% | - |
| XYZ | 3.39 | 4.64 | 4.85 | - |
| YUV | 55.62 | 129.9 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 67 | 59 | 0.52 | 0 | 0.12 | 0.74 | 166.29 | 0.35 | 0.19 |
| Hex | 20 | 43 | 3B | 34 | 0 | C | 4A | A6 | 23 | 13 |
| Octal | 40 | 103 | 73 | 64 | 0 | 14 | 112 | 246 | 43 | 23 |
| Binary | 100000 | 1000011 | 111011 | 110100 | 0 | 1100 | 1001010 | 10100110 | 100011 | 10011 |
Color Harmonies of #20433B
Complementary color
Monochromatic Colors of #20433B
Black with #20433B
Text Example
Text Example
White with #20433B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20433B; }
p { color: rgb(32,67,59); }
H1.HeaderClassName
{
color: #20433B;
}
.AnyTagClassName
{
color: #20433B;
}
</style>
background-color css
<style>
a { background-color: #20433B; }
a { background-color: rgb(32,67,59); }
div.DivClassName
{
background-color: #20433B;
}
.BgClassName
{
background-color: #20433B;
}
</style>
border-color css
<style>
span { border-color: #20433B; }
span { border-color: rgb(32,67,59); }
td.TdClassName
{
border-color: #20433B;
}
.TagClassName
{
border-color: #20433B;
}
</style>