Shades of Deep Teal #204A43
Tints of Deep Teal #204A43
RGB
CMYK
RGB Variations
Color information
#204A43 (or 0x204A43) is known color: Deep Teal. HEX triplet: 20, 4A and 43. RGB value is (32,74,67). Sum of RGB (Red+Green+Blue) = 32+74+67=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 74 (29.30% from 255 or 42.77% from 173); Blue value is 67 (26.56% from 255 or 38.73% from 173); Max value from RGB is 74 - color contains mainly: green. Hex color #204A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204A43 is #DFB5BC. Grayscale: #3C3C3C. Windows color (decimal): -14661053 or 4409888. OLE color: 4409888.
HSL color Cylindrical-coordinate representation of color #204A43: hue angle of 170º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #204A43 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 74 | 67 | - |
| CMYK | 0.57 | 0 | 0.09 | 0.71 |
| HSL | 170º | 0.4% | 0.21% | - |
| HSV(B) | 170º | 0.57% | 0.29% | - |
| XYZ | 4.06 | 5.61 | 6.18 | - |
| YUV | 60.64 | 131.59 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 74 | 67 | 0.57 | 0 | 0.09 | 0.71 | 170 | 0.4 | 0.21 |
| Hex | 20 | 4A | 43 | 39 | 0 | 9 | 47 | AA | 28 | 15 |
| Octal | 40 | 112 | 103 | 71 | 0 | 11 | 107 | 252 | 50 | 25 |
| Binary | 100000 | 1001010 | 1000011 | 111001 | 0 | 1001 | 1000111 | 10101010 | 101000 | 10101 |
Color Harmonies of #204A43
Complementary color
Monochromatic Colors of #204A43
Black with #204A43
Text Example
Text Example
White with #204A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204A43; }
p { color: rgb(32,74,67); }
H1.HeaderClassName
{
color: #204A43;
}
.AnyTagClassName
{
color: #204A43;
}
</style>
background-color css
<style>
a { background-color: #204A43; }
a { background-color: rgb(32,74,67); }
div.DivClassName
{
background-color: #204A43;
}
.BgClassName
{
background-color: #204A43;
}
</style>
border-color css
<style>
span { border-color: #204A43; }
span { border-color: rgb(32,74,67); }
td.TdClassName
{
border-color: #204A43;
}
.TagClassName
{
border-color: #204A43;
}
</style>