#7EAA9A

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

Shades of Acapulco #7EAA9A

Tints of Acapulco #7EAA9A

Color information

#7EAA9A (or 0x7EAA9A) is unknown color: approx Acapulco. HEX triplet: 7E, AA and 9A. RGB value is (126,170,154). Sum of RGB (Red+Green+Blue) = 126+170+154=450 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAA9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAA9A is #815565. Grayscale: #9B9B9B. Windows color (decimal): -8476006 or 10136190. OLE color: 10136190.

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

Color convert

RGB126170154-
CMYK0.2600.090.33
HSL158.18º20.56%58.04%-
HSV(B)158.18º25.88%66.67%-
XYZ28.8135.5235.91-
YUV155.02127.42107.3-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28%
GREEN value IS 170 (66.80% from 255) = 37.78%
BLUE value IS 154 (60.55% from 255) = 34.22%
R=28%
G=37.78%
B=34.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261701540.2600.090.33158.1820.5658.04
Hex7EAA9A1A09219e153a
Octal17625223232011412362572
Binary1111110101010101001101011010010011000011001111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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