#7EAB9A

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

Shades of Acapulco #7EAB9A

Tints of Acapulco #7EAB9A

Color information

#7EAB9A (or 0x7EAB9A) is unknown color: approx Acapulco. HEX triplet: 7E, AB and 9A. RGB value is (126,171,154). Sum of RGB (Red+Green+Blue) = 126+171+154=451 (59% of max value = 765). Red value is 126 (49.61% from 255 or 27.94% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 171 - color contains mainly: green. Hex color #7EAB9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAB9A is #815465. Grayscale: #9B9B9B. Windows color (decimal): -8475750 or 10136446. OLE color: 10136446.

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

Color convert

RGB126171154-
CMYK0.2600.100.33
HSL157.33º21.13%58.24%-
HSV(B)157.33º26.32%67.06%-
XYZ2935.8935.97-
YUV155.61127.09106.88-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.94%
GREEN value IS 171 (67.19% from 255) = 37.92%
BLUE value IS 154 (60.55% from 255) = 34.15%
R=27.94%
G=37.92%
B=34.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261711540.2600.100.33157.3321.1358.24
Hex7EAB9A1A0A219d153a
Octal17625323232012412352572
Binary1111110101010111001101011010010101000011001110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,171,154); }

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

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

 a { background-color: rgb(126,171,154); }

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

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

 span { border-color: rgb(126,171,154); }

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