#78AD94

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

Shades of Acapulco #78AD94

Tints of Acapulco #78AD94

Color information

#78AD94 (or 0x78AD94) is unknown color: approx Acapulco. HEX triplet: 78, AD and 94. RGB value is (120,173,148). Sum of RGB (Red+Green+Blue) = 120+173+148=441 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.21% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 173 - color contains mainly: green. Hex color #78AD94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AD94 is #87526B. Grayscale: #9A9A9A. Windows color (decimal): -8868460 or 9743736. OLE color: 9743736.

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

Color convert

RGB120173148-
CMYK0.3100.140.32
HSL151.7º24.42%57.45%-
HSV(B)151.7º30.64%67.84%-
XYZ28.0336.0233.49-
YUV154.3124.44103.53-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.21%
GREEN value IS 173 (67.97% from 255) = 39.23%
BLUE value IS 148 (58.20% from 255) = 33.56%
R=27.21%
G=39.23%
B=33.56%

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
Decimal1201731480.3100.140.32151.724.4257.45
Hex78AD941F0E20981839
Octal17025522437016402303071
Binary1111000101011011001010011111011101000001001100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,173,148); }

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

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

 a { background-color: rgb(120,173,148); }

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

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

 span { border-color: rgb(120,173,148); }

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