#78A996

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

Shades of Acapulco #78A996

Tints of Acapulco #78A996

Color information

#78A996 (or 0x78A996) is unknown color: approx Acapulco. HEX triplet: 78, A9 and 96. RGB value is (120,169,150). Sum of RGB (Red+Green+Blue) = 120+169+150=439 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.33% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 169 - color contains mainly: green. Hex color #78A996 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A996 is #875669. Grayscale: #989898. Windows color (decimal): -8869482 or 9873784. OLE color: 9873784.

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

Color convert

RGB120169150-
CMYK0.2900.110.34
HSL156.73º22.17%56.67%-
HSV(B)156.73º28.99%66.27%-
XYZ27.4434.5734.08-
YUV152.18126.77105.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.33%
GREEN value IS 169 (66.41% from 255) = 38.50%
BLUE value IS 150 (58.98% from 255) = 34.17%
R=27.33%
G=38.50%
B=34.17%

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
Decimal1201691500.2900.110.34156.7322.1756.67
Hex78A9961D0B229d1639
Octal17025122635013422352671
Binary1111000101010011001011011101010111000101001110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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