Html Css Color HEX #7EA496 Acapulco

📋 copy color: '#7EA496'

red 126 ◦ green 164 ◦ blue 150

#7EA496
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Acapulco #7EA496

Tints of Acapulco #7EA496

RGB

 RED value IS 126 (49.61% from 255) = 28.64%

 GREEN value IS 164 (64.45% from 255) = 37.27%

 BLUE value IS 150 (58.98% from 255) = 34.09%

R = 28.64%
G = 37.27%
B = 34.09%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#7EA496 (or 0x7EA496) is known color: Acapulco. HEX triplet: 7E, A4 and 96. RGB value is (126,164,150). Sum of RGB (Red+Green+Blue) = 126+164+150=440 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.64% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 164 - color contains mainly: green. Hex color #7EA496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA496 is #815B69. Grayscale: #979797. Windows color (decimal): -8477546 or 9872510. OLE color: 9872510.

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

Color convert

RGB 126 164 150 -
CMYK 0.23 0 0.09 0.36
HSL 157.89º 0.17% 0.57% -
HSV(B) 157.89º 0.23% 0.64% -
XYZ 27.38 33.19 33.82 -
YUV 151.04 127.41 110.14 -
System Red Green Blue C M Y K H S L
Decimal 126 164 150 0.23 0 0.09 0.36 157.89 0.17 0.57
Hex 7E A4 96 17 0 9 24 9E 11 39
Octal 176 244 226 27 0 11 44 236 21 71
Binary 1111110 10100100 10010110 10111 0 1001 100100 10011110 10001 111001

Color Harmonies of #7EA496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA496

Black with #7EA496

Text Example


Text Example

White with #7EA496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7EA496;
 }
 .AnyTagClassName
 {
   color: #7EA496;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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