Shades of Deep Sea #117A63
Tints of Deep Sea #117A63
RGB
CMYK
RGB Variations
Color information
#117A63 (or 0x117A63) is known color: Deep Sea. HEX triplet: 11, 7A and 63. RGB value is (17,122,99). Sum of RGB (Red+Green+Blue) = 17+122+99=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 122 (48.05% from 255 or 51.26% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 122 - color contains mainly: green. Hex color #117A63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117A63 is #EE859C. Grayscale: #575757. Windows color (decimal): -15631773 or 6519313. OLE color: 6519313.
HSL color Cylindrical-coordinate representation of color #117A63: hue angle of 166.86º 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 #117A63 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 122 | 99 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.52 |
| HSL | 166.86º | 0.76% | 0.27% | - |
| HSV(B) | 166.86º | 0.86% | 0.48% | - |
| XYZ | 9.44 | 14.94 | 14.19 | - |
| YUV | 87.98 | 134.21 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 122 | 99 | 0.86 | 0 | 0.19 | 0.52 | 166.86 | 0.76 | 0.27 |
| Hex | 11 | 7A | 63 | 56 | 0 | 13 | 34 | A7 | 4C | 1B |
| Octal | 21 | 172 | 143 | 126 | 0 | 23 | 64 | 247 | 114 | 33 |
| Binary | 10001 | 1111010 | 1100011 | 1010110 | 0 | 10011 | 110100 | 10100111 | 1001100 | 11011 |
Color Harmonies of #117A63
Complementary color
Monochromatic Colors of #117A63
Black with #117A63
Text Example
Text Example
White with #117A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117A63; }
p { color: rgb(17,122,99); }
H1.HeaderClassName
{
color: #117A63;
}
.AnyTagClassName
{
color: #117A63;
}
</style>
background-color css
<style>
a { background-color: #117A63; }
a { background-color: rgb(17,122,99); }
div.DivClassName
{
background-color: #117A63;
}
.BgClassName
{
background-color: #117A63;
}
</style>
border-color css
<style>
span { border-color: #117A63; }
span { border-color: rgb(17,122,99); }
td.TdClassName
{
border-color: #117A63;
}
.TagClassName
{
border-color: #117A63;
}
</style>