Shades of Deep Sea #117E5D
Tints of Deep Sea #117E5D
RGB
CMYK
RGB Variations
Color information
#117E5D (or 0x117E5D) is known color: Deep Sea. HEX triplet: 11, 7E and 5D. RGB value is (17,126,93). Sum of RGB (Red+Green+Blue) = 17+126+93=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 126 (49.61% from 255 or 53.39% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 126 - color contains mainly: green. Hex color #117E5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117E5D is #EE81A2. Grayscale: #595959. Windows color (decimal): -15630755 or 6127121. OLE color: 6127121.
HSL color Cylindrical-coordinate representation of color #117E5D: hue angle of 161.83º 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 #117E5D is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 126 | 93 | - |
| CMYK | 0.87 | 0 | 0.26 | 0.51 |
| HSL | 161.83º | 0.76% | 0.28% | - |
| HSV(B) | 161.83º | 0.87% | 0.49% | - |
| XYZ | 9.67 | 15.83 | 12.9 | - |
| YUV | 89.65 | 129.89 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 93 | 0.87 | 0 | 0.26 | 0.51 | 161.83 | 0.76 | 0.28 |
| Hex | 11 | 7E | 5D | 57 | 0 | 1A | 33 | A2 | 4C | 1C |
| Octal | 21 | 176 | 135 | 127 | 0 | 32 | 63 | 242 | 114 | 34 |
| Binary | 10001 | 1111110 | 1011101 | 1010111 | 0 | 11010 | 110011 | 10100010 | 1001100 | 11100 |
Color Harmonies of #117E5D
Complementary color
Monochromatic Colors of #117E5D
Black with #117E5D
Text Example
Text Example
White with #117E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117E5D; }
p { color: rgb(17,126,93); }
H1.HeaderClassName
{
color: #117E5D;
}
.AnyTagClassName
{
color: #117E5D;
}
</style>
background-color css
<style>
a { background-color: #117E5D; }
a { background-color: rgb(17,126,93); }
div.DivClassName
{
background-color: #117E5D;
}
.BgClassName
{
background-color: #117E5D;
}
</style>
border-color css
<style>
span { border-color: #117E5D; }
span { border-color: rgb(17,126,93); }
td.TdClassName
{
border-color: #117E5D;
}
.TagClassName
{
border-color: #117E5D;
}
</style>