#78A18A

Color #78A18A Acapulco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Acapulco #78A18A

Tints of Acapulco #78A18A

Color information

#78A18A (or 0x78A18A) is unknown color: approx Acapulco. HEX triplet: 78, A1 and 8A. RGB value is (120,161,138). Sum of RGB (Red+Green+Blue) = 120+161+138=419 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.64% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 161 - color contains mainly: green. Hex color #78A18A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A18A is #875E75. Grayscale: #929292. Windows color (decimal): -8871542 or 9085304. OLE color: 9085304.

HSL color Cylindrical-coordinate representation of color #78A18A: hue angle of 146.34º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #78A18A is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB120161138-
CMYK0.2500.140.37
HSL146.34º17.9%55.1%-
HSV(B)146.34º25.47%63.14%-
XYZ25.0831.3228.77-
YUV146.12123.42109.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.64%
GREEN value IS 161 (63.28% from 255) = 38.42%
BLUE value IS 138 (54.30% from 255) = 32.94%
R=28.64%
G=38.42%
B=32.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1201611380.2500.140.37146.3417.955.1
Hex78A18A190E25921237
Octal17024121231016452222267
Binary1111000101000011000101011001011101001011001001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78A18A; }

 p { color: rgb(120,161,138); }

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

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

 a { background-color: rgb(120,161,138); }

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

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

 span { border-color: rgb(120,161,138); }

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