Shades of Deep Teal #20433D
Tints of Deep Teal #20433D
RGB
CMYK
RGB Variations
Color information
#20433D (or 0x20433D) is known color: Deep Teal. HEX triplet: 20, 43 and 3D. RGB value is (32,67,61). Sum of RGB (Red+Green+Blue) = 32+67+61=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 67 (26.56% from 255 or 41.88% from 160); Blue value is 61 (24.22% from 255 or 38.12% from 160); Max value from RGB is 67 - color contains mainly: green. Hex color #20433D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20433D is #DFBCC2. Grayscale: #373737. Windows color (decimal): -14662851 or 4014880. OLE color: 4014880.
HSL color Cylindrical-coordinate representation of color #20433D: hue angle of 169.71º 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 #20433D is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 32 | 67 | 61 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.74 |
| HSL | 169.71º | 0.35% | 0.19% | - |
| HSV(B) | 169.71º | 0.52% | 0.26% | - |
| XYZ | 3.45 | 4.66 | 5.13 | - |
| YUV | 55.85 | 130.9 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 67 | 61 | 0.52 | 0 | 0.09 | 0.74 | 169.71 | 0.35 | 0.19 |
| Hex | 20 | 43 | 3D | 34 | 0 | 9 | 4A | AA | 23 | 13 |
| Octal | 40 | 103 | 75 | 64 | 0 | 11 | 112 | 252 | 43 | 23 |
| Binary | 100000 | 1000011 | 111101 | 110100 | 0 | 1001 | 1001010 | 10101010 | 100011 | 10011 |
Color Harmonies of #20433D
Complementary color
Monochromatic Colors of #20433D
Black with #20433D
Text Example
Text Example
White with #20433D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20433D; }
p { color: rgb(32,67,61); }
H1.HeaderClassName
{
color: #20433D;
}
.AnyTagClassName
{
color: #20433D;
}
</style>
background-color css
<style>
a { background-color: #20433D; }
a { background-color: rgb(32,67,61); }
div.DivClassName
{
background-color: #20433D;
}
.BgClassName
{
background-color: #20433D;
}
</style>
border-color css
<style>
span { border-color: #20433D; }
span { border-color: rgb(32,67,61); }
td.TdClassName
{
border-color: #20433D;
}
.TagClassName
{
border-color: #20433D;
}
</style>