Shades of Deep Sea #117E59
Tints of Deep Sea #117E59
RGB
CMYK
RGB Variations
Color information
#117E59 (or 0x117E59) is known color: Deep Sea. HEX triplet: 11, 7E and 59. RGB value is (17,126,89). Sum of RGB (Red+Green+Blue) = 17+126+89=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 126 (49.61% from 255 or 54.31% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 126 - color contains mainly: green. Hex color #117E59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117E59 is #EE81A6. Grayscale: #595959. Windows color (decimal): -15630759 or 5864977. OLE color: 5864977.
HSL color Cylindrical-coordinate representation of color #117E59: hue angle of 159.63º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117E59 is Cyan = 0.87, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 126 | 89 | - |
| CMYK | 0.87 | 0 | 0.29 | 0.51 |
| HSL | 159.63º | 0.76% | 0.28% | - |
| HSV(B) | 159.63º | 0.87% | 0.49% | - |
| XYZ | 9.5 | 15.76 | 11.99 | - |
| YUV | 89.19 | 127.89 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 89 | 0.87 | 0 | 0.29 | 0.51 | 159.63 | 0.76 | 0.28 |
| Hex | 11 | 7E | 59 | 57 | 0 | 1D | 33 | A0 | 4C | 1C |
| Octal | 21 | 176 | 131 | 127 | 0 | 35 | 63 | 240 | 114 | 34 |
| Binary | 10001 | 1111110 | 1011001 | 1010111 | 0 | 11101 | 110011 | 10100000 | 1001100 | 11100 |
Color Harmonies of #117E59
Complementary color
Monochromatic Colors of #117E59
Black with #117E59
Text Example
Text Example
White with #117E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117E59; }
p { color: rgb(17,126,89); }
H1.HeaderClassName
{
color: #117E59;
}
.AnyTagClassName
{
color: #117E59;
}
</style>
background-color css
<style>
a { background-color: #117E59; }
a { background-color: rgb(17,126,89); }
div.DivClassName
{
background-color: #117E59;
}
.BgClassName
{
background-color: #117E59;
}
</style>
border-color css
<style>
span { border-color: #117E59; }
span { border-color: rgb(17,126,89); }
td.TdClassName
{
border-color: #117E59;
}
.TagClassName
{
border-color: #117E59;
}
</style>