#118164

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

Shades of Deep Sea #118164

Tints of Deep Sea #118164

Color information

#118164 (or 0x118164) is unknown color: approx Deep Sea. HEX triplet: 11, 81 and 64. RGB value is (17,129,100). Sum of RGB (Red+Green+Blue) = 17+129+100=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 129 (50.78% from 255 or 52.44% from 246); Blue value is 100 (39.45% from 255 or 40.65% from 246); Max value from RGB is 129 - color contains mainly: green. Hex color #118164 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118164 is #EE7E9B. Grayscale: #5C5C5C. Windows color (decimal): -15629980 or 6586641. OLE color: 6586641.

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

Color convert

RGB17129100-
CMYK0.8700.220.49
HSL164.46º76.71%28.63%-
HSV(B)164.46º86.82%50.59%-
XYZ10.3816.7414.74-
YUV92.21132.3974.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.91%
GREEN value IS 129 (50.78% from 255) = 52.44%
BLUE value IS 100 (39.45% from 255) = 40.65%
R=6.91%
G=52.44%
B=40.65%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal171291000.8700.220.49164.4676.7128.63
Hex1181645701631a44d1d
Octal212011441270266124411535
Binary10001100000011100100101011101011011000110100100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118164; }

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

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

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

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

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

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

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

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