Shades of Deep Teal #20423C
Tints of Deep Teal #20423C
RGB
CMYK
RGB Variations
Color information
#20423C (or 0x20423C) is known color: Deep Teal. HEX triplet: 20, 42 and 3C. RGB value is (32,66,60). Sum of RGB (Red+Green+Blue) = 32+66+60=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 60 (23.83% from 255 or 37.97% from 158); Max value from RGB is 66 - color contains mainly: green. Hex color #20423C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20423C is #DFBDC3. Grayscale: #373737. Windows color (decimal): -14663108 or 3949088. OLE color: 3949088.
HSL color Cylindrical-coordinate representation of color #20423C: hue angle of 169.41º 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 #20423C is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 32 | 66 | 60 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.74 |
| HSL | 169.41º | 0.35% | 0.19% | - |
| HSV(B) | 169.41º | 0.52% | 0.26% | - |
| XYZ | 3.36 | 4.53 | 4.97 | - |
| YUV | 55.15 | 130.74 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 66 | 60 | 0.52 | 0 | 0.09 | 0.74 | 169.41 | 0.35 | 0.19 |
| Hex | 20 | 42 | 3C | 34 | 0 | 9 | 4A | A9 | 23 | 13 |
| Octal | 40 | 102 | 74 | 64 | 0 | 11 | 112 | 251 | 43 | 23 |
| Binary | 100000 | 1000010 | 111100 | 110100 | 0 | 1001 | 1001010 | 10101001 | 100011 | 10011 |
Color Harmonies of #20423C
Complementary color
Monochromatic Colors of #20423C
Black with #20423C
Text Example
Text Example
White with #20423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20423C; }
p { color: rgb(32,66,60); }
H1.HeaderClassName
{
color: #20423C;
}
.AnyTagClassName
{
color: #20423C;
}
</style>
background-color css
<style>
a { background-color: #20423C; }
a { background-color: rgb(32,66,60); }
div.DivClassName
{
background-color: #20423C;
}
.BgClassName
{
background-color: #20423C;
}
</style>
border-color css
<style>
span { border-color: #20423C; }
span { border-color: rgb(32,66,60); }
td.TdClassName
{
border-color: #20423C;
}
.TagClassName
{
border-color: #20423C;
}
</style>