Shades of Deep Sea #117565
Tints of Deep Sea #117565
RGB
CMYK
RGB Variations
Color information
#117565 (or 0x117565) is known color: Deep Sea. HEX triplet: 11, 75 and 65. RGB value is (17,117,101). Sum of RGB (Red+Green+Blue) = 17+117+101=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 117 (46.09% from 255 or 49.79% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 117 - color contains mainly: green. Hex color #117565 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117565 is #EE8A9A. Grayscale: #555555. Windows color (decimal): -15633051 or 6649105. OLE color: 6649105.
HSL color Cylindrical-coordinate representation of color #117565: hue angle of 170.4º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117565 is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 117 | 101 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.54 |
| HSL | 170.4º | 0.75% | 0.26% | - |
| HSV(B) | 170.4º | 0.85% | 0.46% | - |
| XYZ | 8.94 | 13.78 | 14.5 | - |
| YUV | 85.28 | 136.87 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 117 | 101 | 0.85 | 0 | 0.14 | 0.54 | 170.4 | 0.75 | 0.26 |
| Hex | 11 | 75 | 65 | 55 | 0 | E | 36 | AA | 4B | 1A |
| Octal | 21 | 165 | 145 | 125 | 0 | 16 | 66 | 252 | 113 | 32 |
| Binary | 10001 | 1110101 | 1100101 | 1010101 | 0 | 1110 | 110110 | 10101010 | 1001011 | 11010 |
Color Harmonies of #117565
Complementary color
Monochromatic Colors of #117565
Black with #117565
Text Example
Text Example
White with #117565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117565; }
p { color: rgb(17,117,101); }
H1.HeaderClassName
{
color: #117565;
}
.AnyTagClassName
{
color: #117565;
}
</style>
background-color css
<style>
a { background-color: #117565; }
a { background-color: rgb(17,117,101); }
div.DivClassName
{
background-color: #117565;
}
.BgClassName
{
background-color: #117565;
}
</style>
border-color css
<style>
span { border-color: #117565; }
span { border-color: rgb(17,117,101); }
td.TdClassName
{
border-color: #117565;
}
.TagClassName
{
border-color: #117565;
}
</style>