#117576

Color #117576 Surfie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surfie Green #117576

Tints of Surfie Green #117576

Color information

#117576 (or 0x117576) is unknown color: approx Surfie Green. HEX triplet: 11, 75 and 76. RGB value is (17,117,118). Sum of RGB (Red+Green+Blue) = 17+117+118=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #117576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117576 is #EE8A89. Grayscale: #575757. Windows color (decimal): -15633034 or 7763217. OLE color: 7763217.

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

Color convert

RGB17117118-
CMYK0.860.0100.54
HSL180.59º74.81%26.47%-
HSV(B)180.59º85.59%46.27%-
XYZ9.8614.1519.35-
YUV87.21145.3777.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.75%
GREEN value IS 117 (46.09% from 255) = 46.43%
BLUE value IS 118 (46.48% from 255) = 46.83%
R=6.75%
G=46.43%
B=46.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal171171180.860.0100.54180.5974.8126.47
Hex117576561036b54b1a
Octal21165166126106626511332
Binary100011110101111011010101101011011010110101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117576; }

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

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

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

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

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

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

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

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