Html Css Color HEX #7EA191 Acapulco

📋 copy color: '#7EA191'

red 126 ◦ green 161 ◦ blue 145

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

Shades of Acapulco #7EA191

Tints of Acapulco #7EA191

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.27%

 BLUE value IS 145 (57.03% from 255) = 33.56%

R = 29.17%
G = 37.27%
B = 33.56%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.37

RGB Variations

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

Color information

#7EA191 (or 0x7EA191) is known color: Acapulco. HEX triplet: 7E, A1 and 91. RGB value is (126,161,145). Sum of RGB (Red+Green+Blue) = 126+161+145=432 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.17% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 161 - color contains mainly: green. Hex color #7EA191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA191 is #815E6E. Grayscale: #949494. Windows color (decimal): -8478319 or 9544062. OLE color: 9544062.

HSL color Cylindrical-coordinate representation of color #7EA191: hue angle of 152.57º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7EA191 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.37.

Color convert

RGB 126 161 145 -
CMYK 0.22 0 0.10 0.37
HSL 152.57º 0.16% 0.56% -
HSV(B) 152.57º 0.22% 0.63% -
XYZ 26.46 31.97 31.56 -
YUV 148.71 125.9 111.8 -
System Red Green Blue C M Y K H S L
Decimal 126 161 145 0.22 0 0.10 0.37 152.57 0.16 0.56
Hex 7E A1 91 16 0 A 25 99 10 38
Octal 176 241 221 26 0 12 45 231 20 70
Binary 1111110 10100001 10010001 10110 0 1010 100101 10011001 10000 111000

Color Harmonies of #7EA191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA191

Black with #7EA191

Text Example


Text Example

White with #7EA191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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