#7EAA95

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

Shades of Acapulco #7EAA95

Tints of Acapulco #7EAA95

Color information

#7EAA95 (or 0x7EAA95) is unknown color: approx Acapulco. HEX triplet: 7E, AA and 95. RGB value is (126,170,149). Sum of RGB (Red+Green+Blue) = 126+170+149=445 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.31% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 149 (58.59% from 255 or 33.48% from 445); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAA95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAA95 is #81556A. Grayscale: #9A9A9A. Windows color (decimal): -8476011 or 9808510. OLE color: 9808510.

HSL color Cylindrical-coordinate representation of color #7EAA95: hue angle of 151.36º 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 #7EAA95 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB126170149-
CMYK0.2600.120.33
HSL151.36º20.56%58.04%-
HSV(B)151.36º25.88%66.67%-
XYZ28.435.3533.76-
YUV154.45124.92107.71-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.31%
GREEN value IS 170 (66.80% from 255) = 38.20%
BLUE value IS 149 (58.59% from 255) = 33.48%
R=28.31%
G=38.20%
B=33.48%

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
Decimal1261701490.2600.120.33151.3620.5658.04
Hex7EAA951A0C2197153a
Octal17625222532014412272572
Binary1111110101010101001010111010011001000011001011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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