Shades of Deep Sea #117C5F
Tints of Deep Sea #117C5F
RGB
CMYK
RGB Variations
Color information
#117C5F (or 0x117C5F) is known color: Deep Sea. HEX triplet: 11, 7C and 5F. RGB value is (17,124,95). Sum of RGB (Red+Green+Blue) = 17+124+95=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 124 (48.83% from 255 or 52.54% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 124 - color contains mainly: green. Hex color #117C5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117C5F is #EE83A0. Grayscale: #585858. Windows color (decimal): -15631265 or 6257681. OLE color: 6257681.
HSL color Cylindrical-coordinate representation of color #117C5F: hue angle of 163.74º 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 #117C5F is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 124 | 95 | - |
| CMYK | 0.86 | 0 | 0.23 | 0.51 |
| HSL | 163.74º | 0.76% | 0.28% | - |
| HSV(B) | 163.74º | 0.86% | 0.49% | - |
| XYZ | 9.5 | 15.36 | 13.29 | - |
| YUV | 88.7 | 131.55 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 95 | 0.86 | 0 | 0.23 | 0.51 | 163.74 | 0.76 | 0.28 |
| Hex | 11 | 7C | 5F | 56 | 0 | 17 | 33 | A4 | 4C | 1C |
| Octal | 21 | 174 | 137 | 126 | 0 | 27 | 63 | 244 | 114 | 34 |
| Binary | 10001 | 1111100 | 1011111 | 1010110 | 0 | 10111 | 110011 | 10100100 | 1001100 | 11100 |
Color Harmonies of #117C5F
Complementary color
Monochromatic Colors of #117C5F
Black with #117C5F
Text Example
Text Example
White with #117C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117C5F; }
p { color: rgb(17,124,95); }
H1.HeaderClassName
{
color: #117C5F;
}
.AnyTagClassName
{
color: #117C5F;
}
</style>
background-color css
<style>
a { background-color: #117C5F; }
a { background-color: rgb(17,124,95); }
div.DivClassName
{
background-color: #117C5F;
}
.BgClassName
{
background-color: #117C5F;
}
</style>
border-color css
<style>
span { border-color: #117C5F; }
span { border-color: rgb(17,124,95); }
td.TdClassName
{
border-color: #117C5F;
}
.TagClassName
{
border-color: #117C5F;
}
</style>