Shades of Deep Sea #117C6C
Tints of Deep Sea #117C6C
RGB
CMYK
RGB Variations
Color information
#117C6C (or 0x117C6C) is known color: Deep Sea. HEX triplet: 11, 7C and 6C. RGB value is (17,124,108). Sum of RGB (Red+Green+Blue) = 17+124+108=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 124 (48.83% from 255 or 49.80% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 124 - color contains mainly: green. Hex color #117C6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117C6C is #EE8393. Grayscale: #5A5A5A. Windows color (decimal): -15631252 or 7109649. OLE color: 7109649.
HSL color Cylindrical-coordinate representation of color #117C6C: hue angle of 171.03º 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 #117C6C is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 124 | 108 | - |
| CMYK | 0.86 | 0 | 0.13 | 0.51 |
| HSL | 171.03º | 0.76% | 0.28% | - |
| HSV(B) | 171.03º | 0.86% | 0.49% | - |
| XYZ | 10.15 | 15.62 | 16.67 | - |
| YUV | 90.18 | 138.05 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 108 | 0.86 | 0 | 0.13 | 0.51 | 171.03 | 0.76 | 0.28 |
| Hex | 11 | 7C | 6C | 56 | 0 | D | 33 | AB | 4C | 1C |
| Octal | 21 | 174 | 154 | 126 | 0 | 15 | 63 | 253 | 114 | 34 |
| Binary | 10001 | 1111100 | 1101100 | 1010110 | 0 | 1101 | 110011 | 10101011 | 1001100 | 11100 |
Color Harmonies of #117C6C
Complementary color
Monochromatic Colors of #117C6C
Black with #117C6C
Text Example
Text Example
White with #117C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117C6C; }
p { color: rgb(17,124,108); }
H1.HeaderClassName
{
color: #117C6C;
}
.AnyTagClassName
{
color: #117C6C;
}
</style>
background-color css
<style>
a { background-color: #117C6C; }
a { background-color: rgb(17,124,108); }
div.DivClassName
{
background-color: #117C6C;
}
.BgClassName
{
background-color: #117C6C;
}
</style>
border-color css
<style>
span { border-color: #117C6C; }
span { border-color: rgb(17,124,108); }
td.TdClassName
{
border-color: #117C6C;
}
.TagClassName
{
border-color: #117C6C;
}
</style>