#7EAA98

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

Shades of Acapulco #7EAA98

Tints of Acapulco #7EAA98

Color information

#7EAA98 (or 0x7EAA98) is unknown color: approx Acapulco. HEX triplet: 7E, AA and 98. RGB value is (126,170,152). Sum of RGB (Red+Green+Blue) = 126+170+152=448 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.12% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 152 (59.77% from 255 or 33.93% from 448); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAA98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAA98 is #815567. Grayscale: #9A9A9A. Windows color (decimal): -8476008 or 10005118. OLE color: 10005118.

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

Color convert

RGB126170152-
CMYK0.2600.110.33
HSL155.45º20.56%58.04%-
HSV(B)155.45º25.88%66.67%-
XYZ28.6535.4535.04-
YUV154.79126.42107.46-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.12%
GREEN value IS 170 (66.80% from 255) = 37.95%
BLUE value IS 152 (59.77% from 255) = 33.93%
R=28.12%
G=37.95%
B=33.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261701520.2600.110.33155.4520.5658.04
Hex7EAA981A0B219b153a
Octal17625223032013412332572
Binary1111110101010101001100011010010111000011001101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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