Shades of Deep Sea #117D5D
Tints of Deep Sea #117D5D
RGB
CMYK
RGB Variations
Color information
#117D5D (or 0x117D5D) is known color: Deep Sea. HEX triplet: 11, 7D and 5D. RGB value is (17,125,93). Sum of RGB (Red+Green+Blue) = 17+125+93=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 125 (49.22% from 255 or 53.19% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 125 - color contains mainly: green. Hex color #117D5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117D5D is #EE82A2. Grayscale: #595959. Windows color (decimal): -15631011 or 6126865. OLE color: 6126865.
HSL color Cylindrical-coordinate representation of color #117D5D: hue angle of 162.22º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117D5D is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 125 | 93 | - |
| CMYK | 0.86 | 0 | 0.26 | 0.51 |
| HSL | 162.22º | 0.76% | 0.28% | - |
| HSV(B) | 162.22º | 0.86% | 0.49% | - |
| XYZ | 9.54 | 15.58 | 12.86 | - |
| YUV | 89.06 | 130.22 | 76.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 93 | 0.86 | 0 | 0.26 | 0.51 | 162.22 | 0.76 | 0.28 |
| Hex | 11 | 7D | 5D | 56 | 0 | 1A | 33 | A2 | 4C | 1C |
| Octal | 21 | 175 | 135 | 126 | 0 | 32 | 63 | 242 | 114 | 34 |
| Binary | 10001 | 1111101 | 1011101 | 1010110 | 0 | 11010 | 110011 | 10100010 | 1001100 | 11100 |
Color Harmonies of #117D5D
Complementary color
Monochromatic Colors of #117D5D
Black with #117D5D
Text Example
Text Example
White with #117D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117D5D; }
p { color: rgb(17,125,93); }
H1.HeaderClassName
{
color: #117D5D;
}
.AnyTagClassName
{
color: #117D5D;
}
</style>
background-color css
<style>
a { background-color: #117D5D; }
a { background-color: rgb(17,125,93); }
div.DivClassName
{
background-color: #117D5D;
}
.BgClassName
{
background-color: #117D5D;
}
</style>
border-color css
<style>
span { border-color: #117D5D; }
span { border-color: rgb(17,125,93); }
td.TdClassName
{
border-color: #117D5D;
}
.TagClassName
{
border-color: #117D5D;
}
</style>