#117159

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

Shades of Deep Sea #117159

Tints of Deep Sea #117159

Color information

#117159 (or 0x117159) is unknown color: approx Deep Sea. HEX triplet: 11, 71 and 59. RGB value is (17,113,89). Sum of RGB (Red+Green+Blue) = 17+113+89=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 113 (44.53% from 255 or 51.60% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 113 - color contains mainly: green. Hex color #117159 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117159 is #EE8EA6. Grayscale: #515151. Windows color (decimal): -15634087 or 5861649. OLE color: 5861649.

HSL color Cylindrical-coordinate representation of color #117159: hue angle of 165º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117159 is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB1711389-
CMYK0.8500.210.56
HSL165º73.85%25.49%-
HSV(B)165º84.96%44.31%-
XYZ7.9412.6511.47-
YUV81.56132.281.95-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.76%
GREEN value IS 113 (44.53% from 255) = 51.60%
BLUE value IS 89 (35.16% from 255) = 40.64%
R=7.76%
G=51.60%
B=40.64%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17113890.8500.210.5616573.8525.49
Hex1171595501538a54a19
Octal211611311250257024511231
Binary1000111100011011001101010101010111100010100101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117159; }

 p { color: rgb(17,113,89); }

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

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

 a { background-color: rgb(17,113,89); }

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

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

 span { border-color: rgb(17,113,89); }

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