#78A490

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

Shades of Acapulco #78A490

Tints of Acapulco #78A490

Color information

#78A490 (or 0x78A490) is unknown color: approx Acapulco. HEX triplet: 78, A4 and 90. RGB value is (120,164,144). Sum of RGB (Red+Green+Blue) = 120+164+144=428 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.04% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 164 - color contains mainly: green. Hex color #78A490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A490 is #875B6F. Grayscale: #949494. Windows color (decimal): -8870768 or 9479288. OLE color: 9479288.

HSL color Cylindrical-coordinate representation of color #78A490: hue angle of 152.73º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #78A490 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB120164144-
CMYK0.2700.120.36
HSL152.73º19.47%55.69%-
HSV(B)152.73º26.83%64.31%-
XYZ26.0632.5631.3-
YUV148.56125.42107.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.04%
GREEN value IS 164 (64.45% from 255) = 38.32%
BLUE value IS 144 (56.64% from 255) = 33.64%
R=28.04%
G=38.32%
B=33.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1201641440.2700.120.36152.7319.4755.69
Hex78A4901B0C24991338
Octal17024422033014442312370
Binary1111000101001001001000011011011001001001001100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,164,144); }

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

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

 a { background-color: rgb(120,164,144); }

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

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

 span { border-color: rgb(120,164,144); }

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