#78B59E

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

Shades of Acapulco #78B59E

Tints of Acapulco #78B59E

Color information

#78B59E (or 0x78B59E) is unknown color: approx Acapulco. HEX triplet: 78, B5 and 9E. RGB value is (120,181,158). Sum of RGB (Red+Green+Blue) = 120+181+158=459 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.14% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 181 - color contains mainly: green. Hex color #78B59E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B59E is #874A61. Grayscale: #A0A0A0. Windows color (decimal): -8866402 or 10401144. OLE color: 10401144.

HSL color Cylindrical-coordinate representation of color #78B59E: hue angle of 157.38º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #78B59E is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB120181158-
CMYK0.3400.130.29
HSL157.38º29.19%59.02%-
HSV(B)157.38º33.7%70.98%-
XYZ30.4439.5138.37-
YUV160.14126.7999.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.14%
GREEN value IS 181 (71.09% from 255) = 39.43%
BLUE value IS 158 (62.11% from 255) = 34.42%
R=26.14%
G=39.43%
B=34.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1201811580.3400.130.29157.3829.1959.02
Hex78B59E220D1D9d1d3b
Octal17026523642015352353573
Binary1111000101101011001111010001001101111011001110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,181,158); }

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

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

 a { background-color: rgb(120,181,158); }

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

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

 span { border-color: rgb(120,181,158); }

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