Shades of Deep Sea #117C5C
Tints of Deep Sea #117C5C
RGB
CMYK
RGB Variations
Color information
#117C5C (or 0x117C5C) is known color: Deep Sea. HEX triplet: 11, 7C and 5C. RGB value is (17,124,92). Sum of RGB (Red+Green+Blue) = 17+124+92=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 124 (48.83% from 255 or 53.22% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 124 - color contains mainly: green. Hex color #117C5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117C5C is #EE83A3. Grayscale: #585858. Windows color (decimal): -15631268 or 6061073. OLE color: 6061073.
HSL color Cylindrical-coordinate representation of color #117C5C: hue angle of 162.06º 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 #117C5C is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 124 | 92 | - |
| CMYK | 0.86 | 0 | 0.26 | 0.51 |
| HSL | 162.06º | 0.76% | 0.28% | - |
| HSV(B) | 162.06º | 0.86% | 0.49% | - |
| XYZ | 9.37 | 15.31 | 12.59 | - |
| YUV | 88.36 | 130.05 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 92 | 0.86 | 0 | 0.26 | 0.51 | 162.06 | 0.76 | 0.28 |
| Hex | 11 | 7C | 5C | 56 | 0 | 1A | 33 | A2 | 4C | 1C |
| Octal | 21 | 174 | 134 | 126 | 0 | 32 | 63 | 242 | 114 | 34 |
| Binary | 10001 | 1111100 | 1011100 | 1010110 | 0 | 11010 | 110011 | 10100010 | 1001100 | 11100 |
Color Harmonies of #117C5C
Complementary color
Monochromatic Colors of #117C5C
Black with #117C5C
Text Example
Text Example
White with #117C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117C5C; }
p { color: rgb(17,124,92); }
H1.HeaderClassName
{
color: #117C5C;
}
.AnyTagClassName
{
color: #117C5C;
}
</style>
background-color css
<style>
a { background-color: #117C5C; }
a { background-color: rgb(17,124,92); }
div.DivClassName
{
background-color: #117C5C;
}
.BgClassName
{
background-color: #117C5C;
}
</style>
border-color css
<style>
span { border-color: #117C5C; }
span { border-color: rgb(17,124,92); }
td.TdClassName
{
border-color: #117C5C;
}
.TagClassName
{
border-color: #117C5C;
}
</style>