Shades of Deep Sea #117A6C
Tints of Deep Sea #117A6C
RGB
CMYK
RGB Variations
Color information
#117A6C (or 0x117A6C) is known color: Deep Sea. HEX triplet: 11, 7A and 6C. RGB value is (17,122,108). Sum of RGB (Red+Green+Blue) = 17+122+108=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 122 (48.05% from 255 or 49.39% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 122 - color contains mainly: green. Hex color #117A6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117A6C is #EE8593. Grayscale: #585858. Windows color (decimal): -15631764 or 7109137. OLE color: 7109137.
HSL color Cylindrical-coordinate representation of color #117A6C: hue angle of 172º 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 #117A6C is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 122 | 108 | - |
| CMYK | 0.86 | 0 | 0.11 | 0.52 |
| HSL | 172º | 0.76% | 0.27% | - |
| HSV(B) | 172º | 0.86% | 0.48% | - |
| XYZ | 9.9 | 15.12 | 16.58 | - |
| YUV | 89.01 | 138.71 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 122 | 108 | 0.86 | 0 | 0.11 | 0.52 | 172 | 0.76 | 0.27 |
| Hex | 11 | 7A | 6C | 56 | 0 | B | 34 | AC | 4C | 1B |
| Octal | 21 | 172 | 154 | 126 | 0 | 13 | 64 | 254 | 114 | 33 |
| Binary | 10001 | 1111010 | 1101100 | 1010110 | 0 | 1011 | 110100 | 10101100 | 1001100 | 11011 |
Color Harmonies of #117A6C
Complementary color
Monochromatic Colors of #117A6C
Black with #117A6C
Text Example
Text Example
White with #117A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117A6C; }
p { color: rgb(17,122,108); }
H1.HeaderClassName
{
color: #117A6C;
}
.AnyTagClassName
{
color: #117A6C;
}
</style>
background-color css
<style>
a { background-color: #117A6C; }
a { background-color: rgb(17,122,108); }
div.DivClassName
{
background-color: #117A6C;
}
.BgClassName
{
background-color: #117A6C;
}
</style>
border-color css
<style>
span { border-color: #117A6C; }
span { border-color: rgb(17,122,108); }
td.TdClassName
{
border-color: #117A6C;
}
.TagClassName
{
border-color: #117A6C;
}
</style>