Shades of Deep Sea #118764
Tints of Deep Sea #118764
RGB
CMYK
RGB Variations
Color information
#118764 (or 0x118764) is known color: Deep Sea. HEX triplet: 11, 87 and 64. RGB value is (17,135,100). Sum of RGB (Red+Green+Blue) = 17+135+100=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 135 (53.12% from 255 or 53.57% from 252); Blue value is 100 (39.45% from 255 or 39.68% from 252); Max value from RGB is 135 - color contains mainly: green. Hex color #118764 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118764 is #EE789B. Grayscale: #5F5F5F. Windows color (decimal): -15628444 or 6588177. OLE color: 6588177.
HSL color Cylindrical-coordinate representation of color #118764: hue angle of 162.2º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118764 is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 135 | 100 | - |
| CMYK | 0.87 | 0 | 0.26 | 0.47 |
| HSL | 162.2º | 0.78% | 0.3% | - |
| HSV(B) | 162.2º | 0.87% | 0.53% | - |
| XYZ | 11.2 | 18.37 | 15.01 | - |
| YUV | 95.73 | 130.41 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 135 | 100 | 0.87 | 0 | 0.26 | 0.47 | 162.2 | 0.78 | 0.3 |
| Hex | 11 | 87 | 64 | 57 | 0 | 1A | 2F | A2 | 4E | 1E |
| Octal | 21 | 207 | 144 | 127 | 0 | 32 | 57 | 242 | 116 | 36 |
| Binary | 10001 | 10000111 | 1100100 | 1010111 | 0 | 11010 | 101111 | 10100010 | 1001110 | 11110 |
Color Harmonies of #118764
Complementary color
Monochromatic Colors of #118764
Black with #118764
Text Example
Text Example
White with #118764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118764; }
p { color: rgb(17,135,100); }
H1.HeaderClassName
{
color: #118764;
}
.AnyTagClassName
{
color: #118764;
}
</style>
background-color css
<style>
a { background-color: #118764; }
a { background-color: rgb(17,135,100); }
div.DivClassName
{
background-color: #118764;
}
.BgClassName
{
background-color: #118764;
}
</style>
border-color css
<style>
span { border-color: #118764; }
span { border-color: rgb(17,135,100); }
td.TdClassName
{
border-color: #118764;
}
.TagClassName
{
border-color: #118764;
}
</style>