#78AC91

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

Shades of Acapulco #78AC91

Tints of Acapulco #78AC91

Color information

#78AC91 (or 0x78AC91) is unknown color: approx Acapulco. HEX triplet: 78, AC and 91. RGB value is (120,172,145). Sum of RGB (Red+Green+Blue) = 120+172+145=437 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.46% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 145 (57.03% from 255 or 33.18% from 437); Max value from RGB is 172 - color contains mainly: green. Hex color #78AC91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AC91 is #87536E. Grayscale: #999999. Windows color (decimal): -8868719 or 9546872. OLE color: 9546872.

HSL color Cylindrical-coordinate representation of color #78AC91: hue angle of 148.85º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78AC91 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB120172145-
CMYK0.3000.160.33
HSL148.85º23.85%57.25%-
HSV(B)148.85º30.23%67.45%-
XYZ27.6135.5432.19-
YUV153.37123.27104.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.46%
GREEN value IS 172 (67.58% from 255) = 39.36%
BLUE value IS 145 (57.03% from 255) = 33.18%
R=27.46%
G=39.36%
B=33.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201721450.3000.160.33148.8523.8557.25
Hex78AC911E01021951839
Octal17025422136020412253071
Binary11110001010110010010001111100100001000011001010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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