Shades of Deep Sea #20795F
Tints of Deep Sea #20795F
RGB
CMYK
RGB Variations
Color information
#20795F (or 0x20795F) is known color: Deep Sea. HEX triplet: 20, 79 and 5F. RGB value is (32,121,95). Sum of RGB (Red+Green+Blue) = 32+121+95=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 121 (47.66% from 255 or 48.79% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 121 - color contains mainly: green. Hex color #20795F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20795F is #DF86A0. Grayscale: #5B5B5B. Windows color (decimal): -14648993 or 6256928. OLE color: 6256928.
HSL color Cylindrical-coordinate representation of color #20795F: hue angle of 162.47º 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 #20795F is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 121 | 95 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.53 |
| HSL | 162.47º | 0.58% | 0.3% | - |
| HSV(B) | 162.47º | 0.74% | 0.47% | - |
| XYZ | 9.5 | 14.81 | 13.18 | - |
| YUV | 91.43 | 130.01 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 121 | 95 | 0.74 | 0 | 0.21 | 0.53 | 162.47 | 0.58 | 0.3 |
| Hex | 20 | 79 | 5F | 4A | 0 | 15 | 35 | A2 | 3A | 1E |
| Octal | 40 | 171 | 137 | 112 | 0 | 25 | 65 | 242 | 72 | 36 |
| Binary | 100000 | 1111001 | 1011111 | 1001010 | 0 | 10101 | 110101 | 10100010 | 111010 | 11110 |
Color Harmonies of #20795F
Complementary color
Monochromatic Colors of #20795F
Black with #20795F
Text Example
Text Example
White with #20795F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20795F; }
p { color: rgb(32,121,95); }
H1.HeaderClassName
{
color: #20795F;
}
.AnyTagClassName
{
color: #20795F;
}
</style>
background-color css
<style>
a { background-color: #20795F; }
a { background-color: rgb(32,121,95); }
div.DivClassName
{
background-color: #20795F;
}
.BgClassName
{
background-color: #20795F;
}
</style>
border-color css
<style>
span { border-color: #20795F; }
span { border-color: rgb(32,121,95); }
td.TdClassName
{
border-color: #20795F;
}
.TagClassName
{
border-color: #20795F;
}
</style>