Shades of Deep Teal #204740
Tints of Deep Teal #204740
RGB
CMYK
RGB Variations
Color information
#204740 (or 0x204740) is known color: Deep Teal. HEX triplet: 20, 47 and 40. RGB value is (32,71,64). Sum of RGB (Red+Green+Blue) = 32+71+64=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 71 - color contains mainly: green. Hex color #204740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204740 is #DFB8BF. Grayscale: #3A3A3A. Windows color (decimal): -14661824 or 4212512. OLE color: 4212512.
HSL color Cylindrical-coordinate representation of color #204740: hue angle of 169.23º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #204740 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 71 | 64 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.72 |
| HSL | 169.23º | 0.38% | 0.2% | - |
| HSV(B) | 169.23º | 0.55% | 0.28% | - |
| XYZ | 3.77 | 5.18 | 5.65 | - |
| YUV | 58.54 | 131.08 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 71 | 64 | 0.55 | 0 | 0.10 | 0.72 | 169.23 | 0.38 | 0.2 |
| Hex | 20 | 47 | 40 | 37 | 0 | A | 48 | A9 | 26 | 14 |
| Octal | 40 | 107 | 100 | 67 | 0 | 12 | 110 | 251 | 46 | 24 |
| Binary | 100000 | 1000111 | 1000000 | 110111 | 0 | 1010 | 1001000 | 10101001 | 100110 | 10100 |
Color Harmonies of #204740
Complementary color
Monochromatic Colors of #204740
Black with #204740
Text Example
Text Example
White with #204740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204740; }
p { color: rgb(32,71,64); }
H1.HeaderClassName
{
color: #204740;
}
.AnyTagClassName
{
color: #204740;
}
</style>
background-color css
<style>
a { background-color: #204740; }
a { background-color: rgb(32,71,64); }
div.DivClassName
{
background-color: #204740;
}
.BgClassName
{
background-color: #204740;
}
</style>
border-color css
<style>
span { border-color: #204740; }
span { border-color: rgb(32,71,64); }
td.TdClassName
{
border-color: #204740;
}
.TagClassName
{
border-color: #204740;
}
</style>