Html Css Color HEX #7EA898 Acapulco

📋 copy color: '#7EA898'

red 126 ◦ green 168 ◦ blue 152

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

Shades of Acapulco #7EA898

Tints of Acapulco #7EA898

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.67%

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

R = 28.25%
G = 37.67%
B = 34.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#7EA898 (or 0x7EA898) is known color: Acapulco. HEX triplet: 7E, A8 and 98. RGB value is (126,168,152). Sum of RGB (Red+Green+Blue) = 126+168+152=446 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.25% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 152 (59.77% from 255 or 34.08% from 446); Max value from RGB is 168 - color contains mainly: green. Hex color #7EA898 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA898 is #815767. Grayscale: #999999. Windows color (decimal): -8476520 or 10004606. OLE color: 10004606.

HSL color Cylindrical-coordinate representation of color #7EA898: hue angle of 157.14º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7EA898 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB 126 168 152 -
CMYK 0.25 0 0.10 0.34
HSL 157.14º 0.19% 0.58% -
HSV(B) 157.14º 0.25% 0.66% -
XYZ 28.27 34.71 34.91 -
YUV 153.62 127.09 108.3 -
System Red Green Blue C M Y K H S L
Decimal 126 168 152 0.25 0 0.10 0.34 157.14 0.19 0.58
Hex 7E A8 98 19 0 A 22 9D 13 3A
Octal 176 250 230 31 0 12 42 235 23 72
Binary 1111110 10101000 10011000 11001 0 1010 100010 10011101 10011 111010

Color Harmonies of #7EA898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA898

Black with #7EA898

Text Example


Text Example

White with #7EA898

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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