#77AE96

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

Shades of Acapulco #77AE96

Tints of Acapulco #77AE96

Color information

#77AE96 (or 0x77AE96) is unknown color: approx Acapulco. HEX triplet: 77, AE and 96. RGB value is (119,174,150). Sum of RGB (Red+Green+Blue) = 119+174+150=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 174 (68.36% from 255 or 39.28% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 174 - color contains mainly: green. Hex color #77AE96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AE96 is #885169. Grayscale: #9A9A9A. Windows color (decimal): -8933738 or 9875063. OLE color: 9875063.

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

Color convert

RGB119174150-
CMYK0.3200.140.32
HSL153.82º25.35%57.45%-
HSV(B)153.82º31.61%68.24%-
XYZ28.2536.434.39-
YUV154.82125.28102.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.86%
GREEN value IS 174 (68.36% from 255) = 39.28%
BLUE value IS 150 (58.98% from 255) = 33.86%
R=26.86%
G=39.28%
B=33.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191741500.3200.140.32153.8225.3557.45
Hex77AE96200E209a1939
Octal16725622640016402323171
Binary11101111010111010010110100000011101000001001101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77AE96; }

 p { color: rgb(119,174,150); }

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

<style>
 a { background-color: #77AE96; }

 a { background-color: rgb(119,174,150); }

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

<style>
 span { border-color: #77AE96; }

 span { border-color: rgb(119,174,150); }

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