Html Css Color HEX #7EA192 Acapulco

📋 copy color: '#7EA192'

red 126 ◦ green 161 ◦ blue 146

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

Shades of Acapulco #7EA192

Tints of Acapulco #7EA192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.72%

R = 29.1%
G = 37.18%
B = 33.72%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#7EA192 (or 0x7EA192) is known color: Acapulco. HEX triplet: 7E, A1 and 92. RGB value is (126,161,146). Sum of RGB (Red+Green+Blue) = 126+161+146=433 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.10% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 161 - color contains mainly: green. Hex color #7EA192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA192 is #815E6D. Grayscale: #949494. Windows color (decimal): -8478318 or 9609598. OLE color: 9609598.

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

Color convert

RGB 126 161 146 -
CMYK 0.22 0 0.09 0.37
HSL 154.29º 0.16% 0.56% -
HSV(B) 154.29º 0.22% 0.63% -
XYZ 26.54 32 31.97 -
YUV 148.83 126.4 111.72 -
System Red Green Blue C M Y K H S L
Decimal 126 161 146 0.22 0 0.09 0.37 154.29 0.16 0.56
Hex 7E A1 92 16 0 9 25 9A 10 38
Octal 176 241 222 26 0 11 45 232 20 70
Binary 1111110 10100001 10010010 10110 0 1001 100101 10011010 10000 111000

Color Harmonies of #7EA192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA192

Black with #7EA192

Text Example


Text Example

White with #7EA192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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