Shades of Deep Sea #117E5B
Tints of Deep Sea #117E5B
RGB
CMYK
RGB Variations
Color information
#117E5B (or 0x117E5B) is known color: Deep Sea. HEX triplet: 11, 7E and 5B. RGB value is (17,126,91). Sum of RGB (Red+Green+Blue) = 17+126+91=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 126 (49.61% from 255 or 53.85% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 126 - color contains mainly: green. Hex color #117E5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117E5B is #EE81A4. Grayscale: #595959. Windows color (decimal): -15630757 or 5996049. OLE color: 5996049.
HSL color Cylindrical-coordinate representation of color #117E5B: hue angle of 160.73º 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 #117E5B is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 126 | 91 | - |
| CMYK | 0.87 | 0 | 0.28 | 0.51 |
| HSL | 160.73º | 0.76% | 0.28% | - |
| HSV(B) | 160.73º | 0.87% | 0.49% | - |
| XYZ | 9.58 | 15.8 | 12.44 | - |
| YUV | 89.42 | 128.89 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 91 | 0.87 | 0 | 0.28 | 0.51 | 160.73 | 0.76 | 0.28 |
| Hex | 11 | 7E | 5B | 57 | 0 | 1C | 33 | A1 | 4C | 1C |
| Octal | 21 | 176 | 133 | 127 | 0 | 34 | 63 | 241 | 114 | 34 |
| Binary | 10001 | 1111110 | 1011011 | 1010111 | 0 | 11100 | 110011 | 10100001 | 1001100 | 11100 |
Color Harmonies of #117E5B
Complementary color
Monochromatic Colors of #117E5B
Black with #117E5B
Text Example
Text Example
White with #117E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117E5B; }
p { color: rgb(17,126,91); }
H1.HeaderClassName
{
color: #117E5B;
}
.AnyTagClassName
{
color: #117E5B;
}
</style>
background-color css
<style>
a { background-color: #117E5B; }
a { background-color: rgb(17,126,91); }
div.DivClassName
{
background-color: #117E5B;
}
.BgClassName
{
background-color: #117E5B;
}
</style>
border-color css
<style>
span { border-color: #117E5B; }
span { border-color: rgb(17,126,91); }
td.TdClassName
{
border-color: #117E5B;
}
.TagClassName
{
border-color: #117E5B;
}
</style>