Shades of Deep Sea #117461
Tints of Deep Sea #117461
RGB
CMYK
RGB Variations
Color information
#117461 (or 0x117461) is known color: Deep Sea. HEX triplet: 11, 74 and 61. RGB value is (17,116,97). Sum of RGB (Red+Green+Blue) = 17+116+97=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 116 (45.70% from 255 or 50.43% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 116 - color contains mainly: green. Hex color #117461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117461 is #EE8B9E. Grayscale: #545454. Windows color (decimal): -15633311 or 6386705. OLE color: 6386705.
HSL color Cylindrical-coordinate representation of color #117461: hue angle of 168.48º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117461 is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 116 | 97 | - |
| CMYK | 0.85 | 0 | 0.16 | 0.55 |
| HSL | 168.48º | 0.74% | 0.26% | - |
| HSV(B) | 168.48º | 0.85% | 0.45% | - |
| XYZ | 8.63 | 13.47 | 13.45 | - |
| YUV | 84.23 | 135.2 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 97 | 0.85 | 0 | 0.16 | 0.55 | 168.48 | 0.74 | 0.26 |
| Hex | 11 | 74 | 61 | 55 | 0 | 10 | 37 | A8 | 4A | 1A |
| Octal | 21 | 164 | 141 | 125 | 0 | 20 | 67 | 250 | 112 | 32 |
| Binary | 10001 | 1110100 | 1100001 | 1010101 | 0 | 10000 | 110111 | 10101000 | 1001010 | 11010 |
Color Harmonies of #117461
Complementary color
Monochromatic Colors of #117461
Black with #117461
Text Example
Text Example
White with #117461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117461; }
p { color: rgb(17,116,97); }
H1.HeaderClassName
{
color: #117461;
}
.AnyTagClassName
{
color: #117461;
}
</style>
background-color css
<style>
a { background-color: #117461; }
a { background-color: rgb(17,116,97); }
div.DivClassName
{
background-color: #117461;
}
.BgClassName
{
background-color: #117461;
}
</style>
border-color css
<style>
span { border-color: #117461; }
span { border-color: rgb(17,116,97); }
td.TdClassName
{
border-color: #117461;
}
.TagClassName
{
border-color: #117461;
}
</style>