#7EA591

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

Shades of Acapulco #7EA591

Tints of Acapulco #7EA591

Color information

#7EA591 (or 0x7EA591) is unknown color: approx Acapulco. HEX triplet: 7E, A5 and 91. RGB value is (126,165,145). Sum of RGB (Red+Green+Blue) = 126+165+145=436 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.90% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA591 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA591 is #815A6E. Grayscale: #979797. Windows color (decimal): -8477295 or 9545086. OLE color: 9545086.

HSL color Cylindrical-coordinate representation of color #7EA591: hue angle of 149.23º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7EA591 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB126165145-
CMYK0.2400.120.35
HSL149.23º17.81%57.06%-
HSV(B)149.23º23.64%64.71%-
XYZ27.1733.3931.8-
YUV151.06124.58110.13-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.90%
GREEN value IS 165 (64.84% from 255) = 37.84%
BLUE value IS 145 (57.03% from 255) = 33.26%
R=28.90%
G=37.84%
B=33.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1261651450.2400.120.35149.2317.8157.06
Hex7EA591180C23951239
Octal17624522130014432252271
Binary1111110101001011001000111000011001000111001010110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,165,145); }

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

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

 a { background-color: rgb(126,165,145); }

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

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

 span { border-color: rgb(126,165,145); }

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