Shades of Deep Sea #20795B
Tints of Deep Sea #20795B
RGB
CMYK
RGB Variations
Color information
#20795B (or 0x20795B) is known color: Deep Sea. HEX triplet: 20, 79 and 5B. RGB value is (32,121,91). Sum of RGB (Red+Green+Blue) = 32+121+91=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 121 (47.66% from 255 or 49.59% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 121 - color contains mainly: green. Hex color #20795B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20795B is #DF86A4. Grayscale: #5B5B5B. Windows color (decimal): -14648997 or 5994784. OLE color: 5994784.
HSL color Cylindrical-coordinate representation of color #20795B: hue angle of 159.78º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20795B is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 121 | 91 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.53 |
| HSL | 159.78º | 0.58% | 0.3% | - |
| HSV(B) | 159.78º | 0.74% | 0.47% | - |
| XYZ | 9.32 | 14.74 | 12.25 | - |
| YUV | 90.97 | 128.01 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 121 | 91 | 0.74 | 0 | 0.25 | 0.53 | 159.78 | 0.58 | 0.3 |
| Hex | 20 | 79 | 5B | 4A | 0 | 19 | 35 | A0 | 3A | 1E |
| Octal | 40 | 171 | 133 | 112 | 0 | 31 | 65 | 240 | 72 | 36 |
| Binary | 100000 | 1111001 | 1011011 | 1001010 | 0 | 11001 | 110101 | 10100000 | 111010 | 11110 |
Color Harmonies of #20795B
Complementary color
Monochromatic Colors of #20795B
Black with #20795B
Text Example
Text Example
White with #20795B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20795B; }
p { color: rgb(32,121,91); }
H1.HeaderClassName
{
color: #20795B;
}
.AnyTagClassName
{
color: #20795B;
}
</style>
background-color css
<style>
a { background-color: #20795B; }
a { background-color: rgb(32,121,91); }
div.DivClassName
{
background-color: #20795B;
}
.BgClassName
{
background-color: #20795B;
}
</style>
border-color css
<style>
span { border-color: #20795B; }
span { border-color: rgb(32,121,91); }
td.TdClassName
{
border-color: #20795B;
}
.TagClassName
{
border-color: #20795B;
}
</style>