Shades of Deep Sea #20755E
Tints of Deep Sea #20755E
RGB
CMYK
RGB Variations
Color information
#20755E (or 0x20755E) is known color: Deep Sea. HEX triplet: 20, 75 and 5E. RGB value is (32,117,94). Sum of RGB (Red+Green+Blue) = 32+117+94=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 117 - color contains mainly: green. Hex color #20755E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20755E is #DF8AA1. Grayscale: #585858. Windows color (decimal): -14650018 or 6190368. OLE color: 6190368.
HSL color Cylindrical-coordinate representation of color #20755E: hue angle of 163.76º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20755E is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 117 | 94 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.54 |
| HSL | 163.76º | 0.57% | 0.29% | - |
| HSV(B) | 163.76º | 0.73% | 0.46% | - |
| XYZ | 8.98 | 13.84 | 12.79 | - |
| YUV | 88.96 | 130.84 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 117 | 94 | 0.73 | 0 | 0.20 | 0.54 | 163.76 | 0.57 | 0.29 |
| Hex | 20 | 75 | 5E | 49 | 0 | 14 | 36 | A4 | 39 | 1D |
| Octal | 40 | 165 | 136 | 111 | 0 | 24 | 66 | 244 | 71 | 35 |
| Binary | 100000 | 1110101 | 1011110 | 1001001 | 0 | 10100 | 110110 | 10100100 | 111001 | 11101 |
Color Harmonies of #20755E
Complementary color
Monochromatic Colors of #20755E
Black with #20755E
Text Example
Text Example
White with #20755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20755E; }
p { color: rgb(32,117,94); }
H1.HeaderClassName
{
color: #20755E;
}
.AnyTagClassName
{
color: #20755E;
}
</style>
background-color css
<style>
a { background-color: #20755E; }
a { background-color: rgb(32,117,94); }
div.DivClassName
{
background-color: #20755E;
}
.BgClassName
{
background-color: #20755E;
}
</style>
border-color css
<style>
span { border-color: #20755E; }
span { border-color: rgb(32,117,94); }
td.TdClassName
{
border-color: #20755E;
}
.TagClassName
{
border-color: #20755E;
}
</style>