Shades of Deep Teal #20433F
Tints of Deep Teal #20433F
RGB
CMYK
RGB Variations
Color information
#20433F (or 0x20433F) is known color: Deep Teal. HEX triplet: 20, 43 and 3F. RGB value is (32,67,63). Sum of RGB (Red+Green+Blue) = 32+67+63=162 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.75% from 162); Green value is 67 (26.56% from 255 or 41.36% from 162); Blue value is 63 (25% from 255 or 38.89% from 162); Max value from RGB is 67 - color contains mainly: green. Hex color #20433F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20433F is #DFBCC0. Grayscale: #383838. Windows color (decimal): -14662849 or 4145952. OLE color: 4145952.
HSL color Cylindrical-coordinate representation of color #20433F: hue angle of 173.14º 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 #20433F is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 32 | 67 | 63 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.74 |
| HSL | 173.14º | 0.35% | 0.19% | - |
| HSV(B) | 173.14º | 0.52% | 0.26% | - |
| XYZ | 3.5 | 4.68 | 5.42 | - |
| YUV | 56.08 | 131.9 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 67 | 63 | 0.52 | 0 | 0.06 | 0.74 | 173.14 | 0.35 | 0.19 |
| Hex | 20 | 43 | 3F | 34 | 0 | 6 | 4A | AD | 23 | 13 |
| Octal | 40 | 103 | 77 | 64 | 0 | 6 | 112 | 255 | 43 | 23 |
| Binary | 100000 | 1000011 | 111111 | 110100 | 0 | 110 | 1001010 | 10101101 | 100011 | 10011 |
Color Harmonies of #20433F
Complementary color
Monochromatic Colors of #20433F
Black with #20433F
Text Example
Text Example
White with #20433F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20433F; }
p { color: rgb(32,67,63); }
H1.HeaderClassName
{
color: #20433F;
}
.AnyTagClassName
{
color: #20433F;
}
</style>
background-color css
<style>
a { background-color: #20433F; }
a { background-color: rgb(32,67,63); }
div.DivClassName
{
background-color: #20433F;
}
.BgClassName
{
background-color: #20433F;
}
</style>
border-color css
<style>
span { border-color: #20433F; }
span { border-color: rgb(32,67,63); }
td.TdClassName
{
border-color: #20433F;
}
.TagClassName
{
border-color: #20433F;
}
</style>