#118662

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

Shades of Deep Sea #118662

Tints of Deep Sea #118662

Color information

#118662 (or 0x118662) is unknown color: approx Deep Sea. HEX triplet: 11, 86 and 62. RGB value is (17,134,98). Sum of RGB (Red+Green+Blue) = 17+134+98=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 134 (52.73% from 255 or 53.82% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 134 - color contains mainly: green. Hex color #118662 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118662 is #EE799D. Grayscale: #5E5E5E. Windows color (decimal): -15628702 or 6456849. OLE color: 6456849.

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

Color convert

RGB1713498-
CMYK0.8700.270.47
HSL161.54º77.48%29.61%-
HSV(B)161.54º87.31%52.55%-
XYZ10.9618.0514.46-
YUV94.91129.7472.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.83%
GREEN value IS 134 (52.73% from 255) = 53.82%
BLUE value IS 98 (38.67% from 255) = 39.36%
R=6.83%
G=53.82%
B=39.36%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal17134980.8700.270.47161.5477.4829.61
Hex1186625701B2Fa24d1e
Octal212061421270335724211536
Binary10001100001101100010101011101101110111110100010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118662; }

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

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

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

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

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

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

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

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