Shades of Deep Teal #20423A
Tints of Deep Teal #20423A
RGB
CMYK
RGB Variations
Color information
#20423A (or 0x20423A) is known color: Deep Teal. HEX triplet: 20, 42 and 3A. RGB value is (32,66,58). Sum of RGB (Red+Green+Blue) = 32+66+58=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 66 - color contains mainly: green. Hex color #20423A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20423A is #DFBDC5. Grayscale: #363636. Windows color (decimal): -14663110 or 3818016. OLE color: 3818016.
HSL color Cylindrical-coordinate representation of color #20423A: hue angle of 165.88º 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 #20423A is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 32 | 66 | 58 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.74 |
| HSL | 165.88º | 0.35% | 0.19% | - |
| HSV(B) | 165.88º | 0.52% | 0.26% | - |
| XYZ | 3.31 | 4.51 | 4.7 | - |
| YUV | 54.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 66 | 58 | 0.52 | 0 | 0.12 | 0.74 | 165.88 | 0.35 | 0.19 |
| Hex | 20 | 42 | 3A | 34 | 0 | C | 4A | A6 | 23 | 13 |
| Octal | 40 | 102 | 72 | 64 | 0 | 14 | 112 | 246 | 43 | 23 |
| Binary | 100000 | 1000010 | 111010 | 110100 | 0 | 1100 | 1001010 | 10100110 | 100011 | 10011 |
Color Harmonies of #20423A
Complementary color
Monochromatic Colors of #20423A
Black with #20423A
Text Example
Text Example
White with #20423A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20423A; }
p { color: rgb(32,66,58); }
H1.HeaderClassName
{
color: #20423A;
}
.AnyTagClassName
{
color: #20423A;
}
</style>
background-color css
<style>
a { background-color: #20423A; }
a { background-color: rgb(32,66,58); }
div.DivClassName
{
background-color: #20423A;
}
.BgClassName
{
background-color: #20423A;
}
</style>
border-color css
<style>
span { border-color: #20423A; }
span { border-color: rgb(32,66,58); }
td.TdClassName
{
border-color: #20423A;
}
.TagClassName
{
border-color: #20423A;
}
</style>