#78AA91

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

Shades of Acapulco #78AA91

Tints of Acapulco #78AA91

Color information

#78AA91 (or 0x78AA91) is unknown color: approx Acapulco. HEX triplet: 78, AA and 91. RGB value is (120,170,145). Sum of RGB (Red+Green+Blue) = 120+170+145=435 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.59% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 170 - color contains mainly: green. Hex color #78AA91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AA91 is #87556E. Grayscale: #989898. Windows color (decimal): -8869231 or 9546360. OLE color: 9546360.

HSL color Cylindrical-coordinate representation of color #78AA91: hue angle of 150º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #78AA91 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB120170145-
CMYK0.2900.150.33
HSL150º22.73%56.86%-
HSV(B)150º29.41%66.67%-
XYZ27.2334.7932.07-
YUV152.2123.94105.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.59%
GREEN value IS 170 (66.80% from 255) = 39.08%
BLUE value IS 145 (57.03% from 255) = 33.33%
R=27.59%
G=39.08%
B=33.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201701450.2900.150.3315022.7356.86
Hex78AA911D0F21961739
Octal17025222135017412262771
Binary1111000101010101001000111101011111000011001011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,170,145); }

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

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

 a { background-color: rgb(120,170,145); }

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

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

 span { border-color: rgb(120,170,145); }

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