Shades of Deep Sea #117D5E
Tints of Deep Sea #117D5E
RGB
CMYK
RGB Variations
Color information
#117D5E (or 0x117D5E) is known color: Deep Sea. HEX triplet: 11, 7D and 5E. RGB value is (17,125,94). Sum of RGB (Red+Green+Blue) = 17+125+94=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 125 (49.22% from 255 or 52.97% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 125 - color contains mainly: green. Hex color #117D5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117D5E is #EE82A1. Grayscale: #595959. Windows color (decimal): -15631010 or 6192401. OLE color: 6192401.
HSL color Cylindrical-coordinate representation of color #117D5E: hue angle of 162.78º 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 #117D5E is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 125 | 94 | - |
| CMYK | 0.86 | 0 | 0.25 | 0.51 |
| HSL | 162.78º | 0.76% | 0.28% | - |
| HSV(B) | 162.78º | 0.86% | 0.49% | - |
| XYZ | 9.59 | 15.59 | 13.09 | - |
| YUV | 89.17 | 130.72 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 94 | 0.86 | 0 | 0.25 | 0.51 | 162.78 | 0.76 | 0.28 |
| Hex | 11 | 7D | 5E | 56 | 0 | 19 | 33 | A3 | 4C | 1C |
| Octal | 21 | 175 | 136 | 126 | 0 | 31 | 63 | 243 | 114 | 34 |
| Binary | 10001 | 1111101 | 1011110 | 1010110 | 0 | 11001 | 110011 | 10100011 | 1001100 | 11100 |
Color Harmonies of #117D5E
Complementary color
Monochromatic Colors of #117D5E
Black with #117D5E
Text Example
Text Example
White with #117D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117D5E; }
p { color: rgb(17,125,94); }
H1.HeaderClassName
{
color: #117D5E;
}
.AnyTagClassName
{
color: #117D5E;
}
</style>
background-color css
<style>
a { background-color: #117D5E; }
a { background-color: rgb(17,125,94); }
div.DivClassName
{
background-color: #117D5E;
}
.BgClassName
{
background-color: #117D5E;
}
</style>
border-color css
<style>
span { border-color: #117D5E; }
span { border-color: rgb(17,125,94); }
td.TdClassName
{
border-color: #117D5E;
}
.TagClassName
{
border-color: #117D5E;
}
</style>