Shades of Deep Sea #117E5C
Tints of Deep Sea #117E5C
RGB
CMYK
RGB Variations
Color information
#117E5C (or 0x117E5C) is known color: Deep Sea. HEX triplet: 11, 7E and 5C. RGB value is (17,126,92). Sum of RGB (Red+Green+Blue) = 17+126+92=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 126 (49.61% from 255 or 53.62% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 126 - color contains mainly: green. Hex color #117E5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117E5C is #EE81A3. Grayscale: #595959. Windows color (decimal): -15630756 or 6061585. OLE color: 6061585.
HSL color Cylindrical-coordinate representation of color #117E5C: hue angle of 161.28º 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 #117E5C is Cyan = 0.87, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 126 | 92 | - |
| CMYK | 0.87 | 0 | 0.27 | 0.51 |
| HSL | 161.28º | 0.76% | 0.28% | - |
| HSV(B) | 161.28º | 0.87% | 0.49% | - |
| XYZ | 9.62 | 15.81 | 12.67 | - |
| YUV | 89.53 | 129.39 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 92 | 0.87 | 0 | 0.27 | 0.51 | 161.28 | 0.76 | 0.28 |
| Hex | 11 | 7E | 5C | 57 | 0 | 1B | 33 | A1 | 4C | 1C |
| Octal | 21 | 176 | 134 | 127 | 0 | 33 | 63 | 241 | 114 | 34 |
| Binary | 10001 | 1111110 | 1011100 | 1010111 | 0 | 11011 | 110011 | 10100001 | 1001100 | 11100 |
Color Harmonies of #117E5C
Complementary color
Monochromatic Colors of #117E5C
Black with #117E5C
Text Example
Text Example
White with #117E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117E5C; }
p { color: rgb(17,126,92); }
H1.HeaderClassName
{
color: #117E5C;
}
.AnyTagClassName
{
color: #117E5C;
}
</style>
background-color css
<style>
a { background-color: #117E5C; }
a { background-color: rgb(17,126,92); }
div.DivClassName
{
background-color: #117E5C;
}
.BgClassName
{
background-color: #117E5C;
}
</style>
border-color css
<style>
span { border-color: #117E5C; }
span { border-color: rgb(17,126,92); }
td.TdClassName
{
border-color: #117E5C;
}
.TagClassName
{
border-color: #117E5C;
}
</style>