#118460

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

Shades of Deep Sea #118460

Tints of Deep Sea #118460

Color information

#118460 (or 0x118460) is unknown color: approx Deep Sea. HEX triplet: 11, 84 and 60. RGB value is (17,132,96). Sum of RGB (Red+Green+Blue) = 17+132+96=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 132 (51.95% from 255 or 53.88% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 132 - color contains mainly: green. Hex color #118460 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118460 is #EE7B9F. Grayscale: #5D5D5D. Windows color (decimal): -15629216 or 6325265. OLE color: 6325265.

HSL color Cylindrical-coordinate representation of color #118460: hue angle of 161.22º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118460 is Cyan = 0.87, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB1713296-
CMYK0.8700.270.48
HSL161.22º77.18%29.22%-
HSV(B)161.22º87.12%51.76%-
XYZ10.5917.4713.88-
YUV93.51129.473.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.94%
GREEN value IS 132 (51.95% from 255) = 53.88%
BLUE value IS 96 (37.89% from 255) = 39.18%
R=6.94%
G=53.88%
B=39.18%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal17132960.8700.270.48161.2277.1829.22
Hex1184605701B30a14d1d
Octal212041401270336024111535
Binary10001100001001100000101011101101111000010100001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118460; }

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

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

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

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

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

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

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

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