#118366

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

Shades of Deep Sea #118366

Tints of Deep Sea #118366

Color information

#118366 (or 0x118366) is unknown color: approx Deep Sea. HEX triplet: 11, 83 and 66. RGB value is (17,131,102). Sum of RGB (Red+Green+Blue) = 17+131+102=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 131 (51.56% from 255 or 52.4% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 131 - color contains mainly: green. Hex color #118366 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118366 is #EE7C99. Grayscale: #5D5D5D. Windows color (decimal): -15629466 or 6718225. OLE color: 6718225.

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

Color convert

RGB17131102-
CMYK0.8700.220.49
HSL164.74º77.03%29.02%-
HSV(B)164.74º87.02%51.37%-
XYZ10.7517.3115.35-
YUV93.61132.7373.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.8%
GREEN value IS 131 (51.56% from 255) = 52.4%
BLUE value IS 102 (40.23% from 255) = 40.8%
R=6.8%
G=52.4%
B=40.8%

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
Decimal171311020.8700.220.49164.7477.0329.02
Hex1183665701631a54d1d
Octal212031461270266124511535
Binary10001100000111100110101011101011011000110100101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118366; }

 p { color: rgb(17,131,102); }

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

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

 a { background-color: rgb(17,131,102); }

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

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

 span { border-color: rgb(17,131,102); }

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