#118464

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

Shades of Deep Sea #118464

Tints of Deep Sea #118464

Color information

#118464 (or 0x118464) is unknown color: approx Deep Sea. HEX triplet: 11, 84 and 64. RGB value is (17,132,100). Sum of RGB (Red+Green+Blue) = 17+132+100=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #118464 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118464 is #EE7B9B. Grayscale: #5D5D5D. Windows color (decimal): -15629212 or 6587409. OLE color: 6587409.

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

Color convert

RGB17132100-
CMYK0.8700.240.48
HSL163.3º77.18%29.22%-
HSV(B)163.3º87.12%51.76%-
XYZ10.7817.5414.87-
YUV93.97131.473.1-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.83%
GREEN value IS 132 (51.95% from 255) = 53.01%
BLUE value IS 100 (39.45% from 255) = 40.16%
R=6.83%
G=53.01%
B=40.16%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal171321000.8700.240.48163.377.1829.22
Hex1184645701830a34d1d
Octal212041441270306024311535
Binary10001100001001100100101011101100011000010100011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118464; }

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

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

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

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

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

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

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

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