Html Css Color HEX #7EA498 Acapulco

📋 copy color: '#7EA498'

red 126 ◦ green 164 ◦ blue 152

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

Shades of Acapulco #7EA498

Tints of Acapulco #7EA498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.39%

R = 28.51%
G = 37.1%
B = 34.39%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#7EA498 (or 0x7EA498) is known color: Acapulco. HEX triplet: 7E, A4 and 98. RGB value is (126,164,152). Sum of RGB (Red+Green+Blue) = 126+164+152=442 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.51% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 152 (59.77% from 255 or 34.39% from 442); Max value from RGB is 164 - color contains mainly: green. Hex color #7EA498 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA498 is #815B67. Grayscale: #979797. Windows color (decimal): -8477544 or 10003582. OLE color: 10003582.

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

Color convert

RGB 126 164 152 -
CMYK 0.23 0 0.07 0.36
HSL 161.05º 0.17% 0.57% -
HSV(B) 161.05º 0.23% 0.64% -
XYZ 27.55 33.25 34.67 -
YUV 151.27 128.41 109.98 -
System Red Green Blue C M Y K H S L
Decimal 126 164 152 0.23 0 0.07 0.36 161.05 0.17 0.57
Hex 7E A4 98 17 0 7 24 A1 11 39
Octal 176 244 230 27 0 7 44 241 21 71
Binary 1111110 10100100 10011000 10111 0 111 100100 10100001 10001 111001

Color Harmonies of #7EA498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA498

Black with #7EA498

Text Example


Text Example

White with #7EA498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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