#117C78

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

Shades of Surfie Green #117C78

Tints of Surfie Green #117C78

Color information

#117C78 (or 0x117C78) is unknown color: approx Surfie Green. HEX triplet: 11, 7C and 78. RGB value is (17,124,120). Sum of RGB (Red+Green+Blue) = 17+124+120=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 124 (48.83% from 255 or 47.51% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 124 - color contains mainly: green. Hex color #117C78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117C78 is #EE8387. Grayscale: #5B5B5B. Windows color (decimal): -15631240 or 7896081. OLE color: 7896081.

HSL color Cylindrical-coordinate representation of color #117C78: hue angle of 177.76º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117C78 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB17124120-
CMYK0.8600.030.51
HSL177.76º75.89%27.65%-
HSV(B)177.76º86.29%48.63%-
XYZ10.8315.8920.27-
YUV91.55144.0574.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.51%
GREEN value IS 124 (48.83% from 255) = 47.51%
BLUE value IS 120 (47.27% from 255) = 45.98%
R=6.51%
G=47.51%
B=45.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal171241200.8600.030.51177.7675.8927.65
Hex117C78560333b24c1c
Octal21174170126036326211434
Binary1000111111001111000101011001111001110110010100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117C78; }

 p { color: rgb(17,124,120); }

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

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

 a { background-color: rgb(17,124,120); }

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

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

 span { border-color: rgb(17,124,120); }

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