#78B49D

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

Shades of Acapulco #78B49D

Tints of Acapulco #78B49D

Color information

#78B49D (or 0x78B49D) is unknown color: approx Acapulco. HEX triplet: 78, B4 and 9D. RGB value is (120,180,157). Sum of RGB (Red+Green+Blue) = 120+180+157=457 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.26% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 180 - color contains mainly: green. Hex color #78B49D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B49D is #874B62. Grayscale: #9F9F9F. Windows color (decimal): -8866659 or 10335352. OLE color: 10335352.

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

Color convert

RGB120180157-
CMYK0.3300.130.29
HSL157º28.57%58.82%-
HSV(B)157º33.33%70.59%-
XYZ30.1539.0737.85-
YUV159.44126.6299.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.26%
GREEN value IS 180 (70.70% from 255) = 39.39%
BLUE value IS 157 (61.72% from 255) = 34.35%
R=26.26%
G=39.39%
B=34.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1201801570.3300.130.2915728.5758.82
Hex78B49D210D1D9d1d3b
Octal17026423541015352353573
Binary1111000101101001001110110000101101111011001110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,180,157); }

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

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

 a { background-color: rgb(120,180,157); }

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

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

 span { border-color: rgb(120,180,157); }

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