#78AE96

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

Shades of Acapulco #78AE96

Tints of Acapulco #78AE96

Color information

#78AE96 (or 0x78AE96) is unknown color: approx Acapulco. HEX triplet: 78, AE and 96. RGB value is (120,174,150). Sum of RGB (Red+Green+Blue) = 120+174+150=444 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.03% from 444); Green value is 174 (68.36% from 255 or 39.19% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 174 - color contains mainly: green. Hex color #78AE96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AE96 is #875169. Grayscale: #9B9B9B. Windows color (decimal): -8868202 or 9875064. OLE color: 9875064.

HSL color Cylindrical-coordinate representation of color #78AE96: hue angle of 153.33º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78AE96 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB120174150-
CMYK0.3100.140.32
HSL153.33º25%57.65%-
HSV(B)153.33º31.03%68.24%-
XYZ28.3936.4734.4-
YUV155.12125.11102.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.03%
GREEN value IS 174 (68.36% from 255) = 39.19%
BLUE value IS 150 (58.98% from 255) = 33.78%
R=27.03%
G=39.19%
B=33.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201741500.3100.140.32153.332557.65
Hex78AE961F0E2099193a
Octal17025622637016402313172
Binary1111000101011101001011011111011101000001001100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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