#118760

Color #118760 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #118760

Tints of Deep Sea #118760

Color information

#118760 (or 0x118760) is unknown color: approx Deep Sea. HEX triplet: 11, 87 and 60. RGB value is (17,135,96). Sum of RGB (Red+Green+Blue) = 17+135+96=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 135 (53.12% from 255 or 54.44% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 135 - color contains mainly: green. Hex color #118760 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118760 is #EE789F. Grayscale: #5F5F5F. Windows color (decimal): -15628448 or 6326033. OLE color: 6326033.

HSL color Cylindrical-coordinate representation of color #118760: hue angle of 160.17º 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 #118760 is Cyan = 0.87, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1713596-
CMYK0.8700.290.47
HSL160.17º77.63%29.8%-
HSV(B)160.17º87.41%52.94%-
XYZ11.0118.2914.02-
YUV95.27128.4172.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 6.85%
GREEN value IS 135 (53.12% from 255) = 54.44%
BLUE value IS 96 (37.89% from 255) = 38.71%
R=6.85%
G=54.44%
B=38.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal17135960.8700.290.47160.1777.6329.8
Hex1187605701D2Fa04e1e
Octal212071401270355724011636
Binary10001100001111100000101011101110110111110100000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118760; }

 p { color: rgb(17,135,96); }

 H1.HeaderClassName
 {
   color: #118760;
 }
 .AnyTagClassName
 {
   color: #118760;
 }
</style>
background-color css

<style>
 a { background-color: #118760; }

 a { background-color: rgb(17,135,96); }

 div.DivClassName
 {
   background-color: #118760;
 }
 .BgClassName
 {
   background-color: #118760;
 }
</style>
border-color css

<style>
 span { border-color: #118760; }

 span { border-color: rgb(17,135,96); }

 td.TdClassName
 {
   border-color: #118760;
 }
 .TagClassName
 {
   border-color: #118760;
 }
</style>