#117561

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

Shades of Deep Sea #117561

Tints of Deep Sea #117561

Color information

#117561 (or 0x117561) is unknown color: approx Deep Sea. HEX triplet: 11, 75 and 61. RGB value is (17,117,97). Sum of RGB (Red+Green+Blue) = 17+117+97=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #117561 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117561 is #EE8A9E. Grayscale: #545454. Windows color (decimal): -15633055 or 6386961. OLE color: 6386961.

HSL color Cylindrical-coordinate representation of color #117561: hue angle of 168º 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 #117561 is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB1711797-
CMYK0.8500.170.54
HSL168º74.63%26.27%-
HSV(B)168º85.47%45.88%-
XYZ8.7513.713.49-
YUV84.82134.8779.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.36%
GREEN value IS 117 (46.09% from 255) = 50.65%
BLUE value IS 97 (38.28% from 255) = 41.99%
R=7.36%
G=50.65%
B=41.99%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17117970.8500.170.5416874.6326.27
Hex1175615501136a84b1a
Octal211651411250216625011332
Binary1000111101011100001101010101000111011010101000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117561; }

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

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

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

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

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

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

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

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