#78AE99

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

Shades of Acapulco #78AE99

Tints of Acapulco #78AE99

Color information

#78AE99 (or 0x78AE99) is unknown color: approx Acapulco. HEX triplet: 78, AE and 99. RGB value is (120,174,153). Sum of RGB (Red+Green+Blue) = 120+174+153=447 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.85% from 447); Green value is 174 (68.36% from 255 or 38.93% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 174 - color contains mainly: green. Hex color #78AE99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AE99 is #875166. Grayscale: #9B9B9B. Windows color (decimal): -8868199 or 10071672. OLE color: 10071672.

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

Color convert

RGB120174153-
CMYK0.3100.120.32
HSL156.67º25%57.65%-
HSV(B)156.67º31.03%68.24%-
XYZ28.6336.5735.69-
YUV155.46126.61102.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.85%
GREEN value IS 174 (68.36% from 255) = 38.93%
BLUE value IS 153 (60.16% from 255) = 34.23%
R=26.85%
G=38.93%
B=34.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201741530.3100.120.32156.672557.65
Hex78AE991F0C209d193a
Octal17025623137014402353172
Binary1111000101011101001100111111011001000001001110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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