#78AE94

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

Shades of Acapulco #78AE94

Tints of Acapulco #78AE94

Color information

#78AE94 (or 0x78AE94) is unknown color: approx Acapulco. HEX triplet: 78, AE and 94. RGB value is (120,174,148). Sum of RGB (Red+Green+Blue) = 120+174+148=442 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.15% from 442); Green value is 174 (68.36% from 255 or 39.37% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 174 - color contains mainly: green. Hex color #78AE94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AE94 is #87516B. Grayscale: #9A9A9A. Windows color (decimal): -8868204 or 9743992. OLE color: 9743992.

HSL color Cylindrical-coordinate representation of color #78AE94: hue angle of 151.11º 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 #78AE94 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB120174148-
CMYK0.3100.150.32
HSL151.11º25%57.65%-
HSV(B)151.11º31.03%68.24%-
XYZ28.2336.433.56-
YUV154.89124.11103.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.15%
GREEN value IS 174 (68.36% from 255) = 39.37%
BLUE value IS 148 (58.20% from 255) = 33.48%
R=27.15%
G=39.37%
B=33.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201741480.3100.150.32151.112557.65
Hex78AE941F0F2097193a
Octal17025622437017402273172
Binary1111000101011101001010011111011111000001001011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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