Shades of Deep Teal #20433C
Tints of Deep Teal #20433C
RGB
CMYK
RGB Variations
Color information
#20433C (or 0x20433C) is known color: Deep Teal. HEX triplet: 20, 43 and 3C. RGB value is (32,67,60). Sum of RGB (Red+Green+Blue) = 32+67+60=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 67 (26.56% from 255 or 42.14% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 67 - color contains mainly: green. Hex color #20433C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20433C is #DFBCC3. Grayscale: #373737. Windows color (decimal): -14662852 or 3949344. OLE color: 3949344.
HSL color Cylindrical-coordinate representation of color #20433C: hue angle of 168º 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 #20433C is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 32 | 67 | 60 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.74 |
| HSL | 168º | 0.35% | 0.19% | - |
| HSV(B) | 168º | 0.52% | 0.26% | - |
| XYZ | 3.42 | 4.65 | 4.99 | - |
| YUV | 55.74 | 130.4 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 67 | 60 | 0.52 | 0 | 0.10 | 0.74 | 168 | 0.35 | 0.19 |
| Hex | 20 | 43 | 3C | 34 | 0 | A | 4A | A8 | 23 | 13 |
| Octal | 40 | 103 | 74 | 64 | 0 | 12 | 112 | 250 | 43 | 23 |
| Binary | 100000 | 1000011 | 111100 | 110100 | 0 | 1010 | 1001010 | 10101000 | 100011 | 10011 |
Color Harmonies of #20433C
Complementary color
Monochromatic Colors of #20433C
Black with #20433C
Text Example
Text Example
White with #20433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20433C; }
p { color: rgb(32,67,60); }
H1.HeaderClassName
{
color: #20433C;
}
.AnyTagClassName
{
color: #20433C;
}
</style>
background-color css
<style>
a { background-color: #20433C; }
a { background-color: rgb(32,67,60); }
div.DivClassName
{
background-color: #20433C;
}
.BgClassName
{
background-color: #20433C;
}
</style>
border-color css
<style>
span { border-color: #20433C; }
span { border-color: rgb(32,67,60); }
td.TdClassName
{
border-color: #20433C;
}
.TagClassName
{
border-color: #20433C;
}
</style>