Shades of Deep Sea #20786A
Tints of Deep Sea #20786A
RGB
CMYK
RGB Variations
Color information
#20786A (or 0x20786A) is known color: Deep Sea. HEX triplet: 20, 78 and 6A. RGB value is (32,120,106). Sum of RGB (Red+Green+Blue) = 32+120+106=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 120 (47.27% from 255 or 46.51% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 120 - color contains mainly: green. Hex color #20786A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20786A is #DF8795. Grayscale: #5C5C5C. Windows color (decimal): -14649238 or 6977568. OLE color: 6977568.
HSL color Cylindrical-coordinate representation of color #20786A: hue angle of 170.45º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20786A is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 120 | 106 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.53 |
| HSL | 170.45º | 0.58% | 0.3% | - |
| HSV(B) | 170.45º | 0.73% | 0.47% | - |
| XYZ | 9.91 | 14.78 | 15.97 | - |
| YUV | 92.09 | 135.85 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 106 | 0.73 | 0 | 0.12 | 0.53 | 170.45 | 0.58 | 0.3 |
| Hex | 20 | 78 | 6A | 49 | 0 | C | 35 | AA | 3A | 1E |
| Octal | 40 | 170 | 152 | 111 | 0 | 14 | 65 | 252 | 72 | 36 |
| Binary | 100000 | 1111000 | 1101010 | 1001001 | 0 | 1100 | 110101 | 10101010 | 111010 | 11110 |
Color Harmonies of #20786A
Complementary color
Monochromatic Colors of #20786A
Black with #20786A
Text Example
Text Example
White with #20786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20786A; }
p { color: rgb(32,120,106); }
H1.HeaderClassName
{
color: #20786A;
}
.AnyTagClassName
{
color: #20786A;
}
</style>
background-color css
<style>
a { background-color: #20786A; }
a { background-color: rgb(32,120,106); }
div.DivClassName
{
background-color: #20786A;
}
.BgClassName
{
background-color: #20786A;
}
</style>
border-color css
<style>
span { border-color: #20786A; }
span { border-color: rgb(32,120,106); }
td.TdClassName
{
border-color: #20786A;
}
.TagClassName
{
border-color: #20786A;
}
</style>