#118660

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

Shades of Deep Sea #118660

Tints of Deep Sea #118660

Color information

#118660 (or 0x118660) is unknown color: approx Deep Sea. HEX triplet: 11, 86 and 60. RGB value is (17,134,96). Sum of RGB (Red+Green+Blue) = 17+134+96=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 134 (52.73% from 255 or 54.25% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 134 - color contains mainly: green. Hex color #118660 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118660 is #EE799F. Grayscale: #5E5E5E. Windows color (decimal): -15628704 or 6325777. OLE color: 6325777.

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

Color convert

RGB1713496-
CMYK0.8700.280.47
HSL160.51º77.48%29.61%-
HSV(B)160.51º87.31%52.55%-
XYZ10.8718.0113.97-
YUV94.68128.7472.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.88%
GREEN value IS 134 (52.73% from 255) = 54.25%
BLUE value IS 96 (37.89% from 255) = 38.87%
R=6.88%
G=54.25%
B=38.87%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal17134960.8700.280.47160.5177.4829.61
Hex1186605701C2Fa14d1e
Octal212061401270345724111536
Binary10001100001101100000101011101110010111110100001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118660; }

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

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

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

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

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

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

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

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