#7EAA96

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

Shades of Acapulco #7EAA96

Tints of Acapulco #7EAA96

Color information

#7EAA96 (or 0x7EAA96) is unknown color: approx Acapulco. HEX triplet: 7E, AA and 96. RGB value is (126,170,150). Sum of RGB (Red+Green+Blue) = 126+170+150=446 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.25% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAA96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAA96 is #815569. Grayscale: #9A9A9A. Windows color (decimal): -8476010 or 9874046. OLE color: 9874046.

HSL color Cylindrical-coordinate representation of color #7EAA96: hue angle of 152.73º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7EAA96 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB126170150-
CMYK0.2600.120.33
HSL152.73º20.56%58.04%-
HSV(B)152.73º25.88%66.67%-
XYZ28.4835.3934.18-
YUV154.56125.42107.63-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.25%
GREEN value IS 170 (66.80% from 255) = 38.12%
BLUE value IS 150 (58.98% from 255) = 33.63%
R=28.25%
G=38.12%
B=33.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261701500.2600.120.33152.7320.5658.04
Hex7EAA961A0C2199153a
Octal17625222632014412312572
Binary1111110101010101001011011010011001000011001100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EAA96; }

 p { color: rgb(126,170,150); }

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

<style>
 a { background-color: #7EAA96; }

 a { background-color: rgb(126,170,150); }

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

<style>
 span { border-color: #7EAA96; }

 span { border-color: rgb(126,170,150); }

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