#7EA495

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

Shades of Acapulco #7EA495

Tints of Acapulco #7EA495

Color information

#7EA495 (or 0x7EA495) is unknown color: approx Acapulco. HEX triplet: 7E, A4 and 95. RGB value is (126,164,149). Sum of RGB (Red+Green+Blue) = 126+164+149=439 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.70% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 164 - color contains mainly: green. Hex color #7EA495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA495 is #815B6A. Grayscale: #969696. Windows color (decimal): -8477547 or 9806974. OLE color: 9806974.

HSL color Cylindrical-coordinate representation of color #7EA495: hue angle of 156.32º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7EA495 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB126164149-
CMYK0.2300.090.36
HSL156.32º17.27%56.86%-
HSV(B)156.32º23.17%64.31%-
XYZ27.333.1633.39-
YUV150.93126.91110.22-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.70%
GREEN value IS 164 (64.45% from 255) = 37.36%
BLUE value IS 149 (58.59% from 255) = 33.94%
R=28.70%
G=37.36%
B=33.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1261641490.2300.090.36156.3217.2756.86
Hex7EA4951709249c1139
Octal17624422527011442342171
Binary1111110101001001001010110111010011001001001110010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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