Shades of Deep Sea #117464
Tints of Deep Sea #117464
RGB
CMYK
RGB Variations
Color information
#117464 (or 0x117464) is known color: Deep Sea. HEX triplet: 11, 74 and 64. RGB value is (17,116,100). Sum of RGB (Red+Green+Blue) = 17+116+100=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 116 (45.70% from 255 or 49.79% from 233); Blue value is 100 (39.45% from 255 or 42.92% from 233); Max value from RGB is 116 - color contains mainly: green. Hex color #117464 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117464 is #EE8B9B. Grayscale: #545454. Windows color (decimal): -15633308 or 6583313. OLE color: 6583313.
HSL color Cylindrical-coordinate representation of color #117464: hue angle of 170.3º 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 #117464 is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 116 | 100 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.55 |
| HSL | 170.3º | 0.74% | 0.26% | - |
| HSV(B) | 170.3º | 0.85% | 0.45% | - |
| XYZ | 8.78 | 13.53 | 14.21 | - |
| YUV | 84.58 | 136.7 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 100 | 0.85 | 0 | 0.14 | 0.55 | 170.3 | 0.74 | 0.26 |
| Hex | 11 | 74 | 64 | 55 | 0 | E | 37 | AA | 4A | 1A |
| Octal | 21 | 164 | 144 | 125 | 0 | 16 | 67 | 252 | 112 | 32 |
| Binary | 10001 | 1110100 | 1100100 | 1010101 | 0 | 1110 | 110111 | 10101010 | 1001010 | 11010 |
Color Harmonies of #117464
Complementary color
Monochromatic Colors of #117464
Black with #117464
Text Example
Text Example
White with #117464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117464; }
p { color: rgb(17,116,100); }
H1.HeaderClassName
{
color: #117464;
}
.AnyTagClassName
{
color: #117464;
}
</style>
background-color css
<style>
a { background-color: #117464; }
a { background-color: rgb(17,116,100); }
div.DivClassName
{
background-color: #117464;
}
.BgClassName
{
background-color: #117464;
}
</style>
border-color css
<style>
span { border-color: #117464; }
span { border-color: rgb(17,116,100); }
td.TdClassName
{
border-color: #117464;
}
.TagClassName
{
border-color: #117464;
}
</style>