#78AA94

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

Shades of Acapulco #78AA94

Tints of Acapulco #78AA94

Color information

#78AA94 (or 0x78AA94) is unknown color: approx Acapulco. HEX triplet: 78, AA and 94. RGB value is (120,170,148). Sum of RGB (Red+Green+Blue) = 120+170+148=438 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.40% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 170 - color contains mainly: green. Hex color #78AA94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AA94 is #87556B. Grayscale: #989898. Windows color (decimal): -8869228 or 9742968. OLE color: 9742968.

HSL color Cylindrical-coordinate representation of color #78AA94: hue angle of 153.6º 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 #78AA94 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB120170148-
CMYK0.2900.130.33
HSL153.6º22.73%56.86%-
HSV(B)153.6º29.41%66.67%-
XYZ27.4734.8833.3-
YUV152.54125.44104.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.40%
GREEN value IS 170 (66.80% from 255) = 38.81%
BLUE value IS 148 (58.20% from 255) = 33.79%
R=27.40%
G=38.81%
B=33.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201701480.2900.130.33153.622.7356.86
Hex78AA941D0D219a1739
Octal17025222435015412322771
Binary1111000101010101001010011101011011000011001101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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