Shades of Deep Sea #117C6F
Tints of Deep Sea #117C6F
RGB
CMYK
RGB Variations
Color information
#117C6F (or 0x117C6F) is known color: Deep Sea. HEX triplet: 11, 7C and 6F. RGB value is (17,124,111). Sum of RGB (Red+Green+Blue) = 17+124+111=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 124 (48.83% from 255 or 49.21% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 124 - color contains mainly: green. Hex color #117C6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117C6F is #EE8390. Grayscale: #5A5A5A. Windows color (decimal): -15631249 or 7306257. OLE color: 7306257.
HSL color Cylindrical-coordinate representation of color #117C6F: hue angle of 172.71º 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 #117C6F is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 124 | 111 | - |
| CMYK | 0.86 | 0 | 0.10 | 0.51 |
| HSL | 172.71º | 0.76% | 0.28% | - |
| HSV(B) | 172.71º | 0.86% | 0.49% | - |
| XYZ | 10.31 | 15.68 | 17.52 | - |
| YUV | 90.53 | 139.55 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 111 | 0.86 | 0 | 0.10 | 0.51 | 172.71 | 0.76 | 0.28 |
| Hex | 11 | 7C | 6F | 56 | 0 | A | 33 | AD | 4C | 1C |
| Octal | 21 | 174 | 157 | 126 | 0 | 12 | 63 | 255 | 114 | 34 |
| Binary | 10001 | 1111100 | 1101111 | 1010110 | 0 | 1010 | 110011 | 10101101 | 1001100 | 11100 |
Color Harmonies of #117C6F
Complementary color
Monochromatic Colors of #117C6F
Black with #117C6F
Text Example
Text Example
White with #117C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117C6F; }
p { color: rgb(17,124,111); }
H1.HeaderClassName
{
color: #117C6F;
}
.AnyTagClassName
{
color: #117C6F;
}
</style>
background-color css
<style>
a { background-color: #117C6F; }
a { background-color: rgb(17,124,111); }
div.DivClassName
{
background-color: #117C6F;
}
.BgClassName
{
background-color: #117C6F;
}
</style>
border-color css
<style>
span { border-color: #117C6F; }
span { border-color: rgb(17,124,111); }
td.TdClassName
{
border-color: #117C6F;
}
.TagClassName
{
border-color: #117C6F;
}
</style>