Shades of Deep Sea #117A69
Tints of Deep Sea #117A69
RGB
CMYK
RGB Variations
Color information
#117A69 (or 0x117A69) is known color: Deep Sea. HEX triplet: 11, 7A and 69. RGB value is (17,122,105). Sum of RGB (Red+Green+Blue) = 17+122+105=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 122 (48.05% from 255 or 50% from 244); Blue value is 105 (41.41% from 255 or 43.03% from 244); Max value from RGB is 122 - color contains mainly: green. Hex color #117A69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117A69 is #EE8596. Grayscale: #585858. Windows color (decimal): -15631767 or 6912529. OLE color: 6912529.
HSL color Cylindrical-coordinate representation of color #117A69: hue angle of 170.29º 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 #117A69 is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 122 | 105 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.52 |
| HSL | 170.29º | 0.76% | 0.27% | - |
| HSV(B) | 170.29º | 0.86% | 0.48% | - |
| XYZ | 9.74 | 15.06 | 15.76 | - |
| YUV | 88.67 | 137.21 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 122 | 105 | 0.86 | 0 | 0.14 | 0.52 | 170.29 | 0.76 | 0.27 |
| Hex | 11 | 7A | 69 | 56 | 0 | E | 34 | AA | 4C | 1B |
| Octal | 21 | 172 | 151 | 126 | 0 | 16 | 64 | 252 | 114 | 33 |
| Binary | 10001 | 1111010 | 1101001 | 1010110 | 0 | 1110 | 110100 | 10101010 | 1001100 | 11011 |
Color Harmonies of #117A69
Complementary color
Monochromatic Colors of #117A69
Black with #117A69
Text Example
Text Example
White with #117A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117A69; }
p { color: rgb(17,122,105); }
H1.HeaderClassName
{
color: #117A69;
}
.AnyTagClassName
{
color: #117A69;
}
</style>
background-color css
<style>
a { background-color: #117A69; }
a { background-color: rgb(17,122,105); }
div.DivClassName
{
background-color: #117A69;
}
.BgClassName
{
background-color: #117A69;
}
</style>
border-color css
<style>
span { border-color: #117A69; }
span { border-color: rgb(17,122,105); }
td.TdClassName
{
border-color: #117A69;
}
.TagClassName
{
border-color: #117A69;
}
</style>