#117557

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

Shades of Deep Sea #117557

Tints of Deep Sea #117557

Color information

#117557 (or 0x117557) is unknown color: approx Deep Sea. HEX triplet: 11, 75 and 57. RGB value is (17,117,87). Sum of RGB (Red+Green+Blue) = 17+117+87=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 117 (46.09% from 255 or 52.94% from 221); Blue value is 87 (34.38% from 255 or 39.37% from 221); Max value from RGB is 117 - color contains mainly: green. Hex color #117557 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117557 is #EE8AA8. Grayscale: #535353. Windows color (decimal): -15633065 or 5731601. OLE color: 5731601.

HSL color Cylindrical-coordinate representation of color #117557: hue angle of 162º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117557 is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB1711787-
CMYK0.8500.260.54
HSL162º74.63%26.27%-
HSV(B)162º85.47%45.88%-
XYZ8.3113.5311.19-
YUV83.68129.8780.44-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.69%
GREEN value IS 117 (46.09% from 255) = 52.94%
BLUE value IS 87 (34.38% from 255) = 39.37%
R=7.69%
G=52.94%
B=39.37%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17117870.8500.260.5416274.6326.27
Hex1175575501A36a24b1a
Octal211651271250326624211332
Binary1000111101011010111101010101101011011010100010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117557; }

 p { color: rgb(17,117,87); }

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

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

 a { background-color: rgb(17,117,87); }

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

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

 span { border-color: rgb(17,117,87); }

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