#78A997

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

Shades of Acapulco #78A997

Tints of Acapulco #78A997

Color information

#78A997 (or 0x78A997) is unknown color: approx Acapulco. HEX triplet: 78, A9 and 97. RGB value is (120,169,151). Sum of RGB (Red+Green+Blue) = 120+169+151=440 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.27% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 169 - color contains mainly: green. Hex color #78A997 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A997 is #875668. Grayscale: #989898. Windows color (decimal): -8869481 or 9939320. OLE color: 9939320.

HSL color Cylindrical-coordinate representation of color #78A997: hue angle of 157.96º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #78A997 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB120169151-
CMYK0.2900.110.34
HSL157.96º22.17%56.67%-
HSV(B)157.96º28.99%66.27%-
XYZ27.5234.634.51-
YUV152.3127.27104.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.27%
GREEN value IS 169 (66.41% from 255) = 38.41%
BLUE value IS 151 (59.38% from 255) = 34.32%
R=27.27%
G=38.41%
B=34.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1201691510.2900.110.34157.9622.1756.67
Hex78A9971D0B229e1639
Octal17025122735013422362671
Binary1111000101010011001011111101010111000101001111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,169,151); }

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

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

 a { background-color: rgb(120,169,151); }

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

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

 span { border-color: rgb(120,169,151); }

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