#78A296

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

Shades of Acapulco #78A296

Tints of Acapulco #78A296

Color information

#78A296 (or 0x78A296) is unknown color: approx Acapulco. HEX triplet: 78, A2 and 96. RGB value is (120,162,150). Sum of RGB (Red+Green+Blue) = 120+162+150=432 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.78% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 162 - color contains mainly: green. Hex color #78A296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A296 is #875D69. Grayscale: #949494. Windows color (decimal): -8871274 or 9871992. OLE color: 9871992.

HSL color Cylindrical-coordinate representation of color #78A296: hue angle of 162.86º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #78A296 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB120162150-
CMYK0.2600.070.36
HSL162.86º18.42%55.29%-
HSV(B)162.86º25.93%63.53%-
XYZ26.1732.0433.66-
YUV148.07129.09107.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.78%
GREEN value IS 162 (63.67% from 255) = 37.5%
BLUE value IS 150 (58.98% from 255) = 34.72%
R=27.78%
G=37.5%
B=34.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1201621500.2600.070.36162.8618.4255.29
Hex78A2961A0724a31237
Octal1702422263207442432267
Binary111100010100010100101101101001111001001010001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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