#78AA95

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

Shades of Acapulco #78AA95

Tints of Acapulco #78AA95

Color information

#78AA95 (or 0x78AA95) is unknown color: approx Acapulco. HEX triplet: 78, AA and 95. RGB value is (120,170,149). Sum of RGB (Red+Green+Blue) = 120+170+149=439 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.33% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 170 - color contains mainly: green. Hex color #78AA95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AA95 is #87556A. Grayscale: #989898. Windows color (decimal): -8869227 or 9808504. OLE color: 9808504.

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

Color convert

RGB120170149-
CMYK0.2900.120.33
HSL154.8º22.73%56.86%-
HSV(B)154.8º29.41%66.67%-
XYZ27.5534.9133.72-
YUV152.66125.94104.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.33%
GREEN value IS 170 (66.80% from 255) = 38.72%
BLUE value IS 149 (58.59% from 255) = 33.94%
R=27.33%
G=38.72%
B=33.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201701490.2900.120.33154.822.7356.86
Hex78AA951D0C219b1739
Octal17025222535014412332771
Binary1111000101010101001010111101011001000011001101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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