Shades of Deep Sea #117A66
Tints of Deep Sea #117A66
RGB
CMYK
RGB Variations
Color information
#117A66 (or 0x117A66) is known color: Deep Sea. HEX triplet: 11, 7A and 66. RGB value is (17,122,102). Sum of RGB (Red+Green+Blue) = 17+122+102=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 122 (48.05% from 255 or 50.62% from 241); Blue value is 102 (40.23% from 255 or 42.32% from 241); Max value from RGB is 122 - color contains mainly: green. Hex color #117A66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117A66 is #EE8599. Grayscale: #585858. Windows color (decimal): -15631770 or 6715921. OLE color: 6715921.
HSL color Cylindrical-coordinate representation of color #117A66: hue angle of 168.57º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117A66 is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 122 | 102 | - |
| CMYK | 0.86 | 0 | 0.16 | 0.52 |
| HSL | 168.57º | 0.76% | 0.27% | - |
| HSV(B) | 168.57º | 0.86% | 0.48% | - |
| XYZ | 9.59 | 15 | 14.96 | - |
| YUV | 88.33 | 135.71 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 122 | 102 | 0.86 | 0 | 0.16 | 0.52 | 168.57 | 0.76 | 0.27 |
| Hex | 11 | 7A | 66 | 56 | 0 | 10 | 34 | A9 | 4C | 1B |
| Octal | 21 | 172 | 146 | 126 | 0 | 20 | 64 | 251 | 114 | 33 |
| Binary | 10001 | 1111010 | 1100110 | 1010110 | 0 | 10000 | 110100 | 10101001 | 1001100 | 11011 |
Color Harmonies of #117A66
Complementary color
Monochromatic Colors of #117A66
Black with #117A66
Text Example
Text Example
White with #117A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117A66; }
p { color: rgb(17,122,102); }
H1.HeaderClassName
{
color: #117A66;
}
.AnyTagClassName
{
color: #117A66;
}
</style>
background-color css
<style>
a { background-color: #117A66; }
a { background-color: rgb(17,122,102); }
div.DivClassName
{
background-color: #117A66;
}
.BgClassName
{
background-color: #117A66;
}
</style>
border-color css
<style>
span { border-color: #117A66; }
span { border-color: rgb(17,122,102); }
td.TdClassName
{
border-color: #117A66;
}
.TagClassName
{
border-color: #117A66;
}
</style>