Html Css Color HEX #7EAB98 Acapulco

📋 copy color: '#7EAB98'

red 126 ◦ green 171 ◦ blue 152

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

Shades of Acapulco #7EAB98

Tints of Acapulco #7EAB98

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.08%

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

R = 28.06%
G = 38.08%
B = 33.85%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#7EAB98 (or 0x7EAB98) is known color: Acapulco. HEX triplet: 7E, AB and 98. RGB value is (126,171,152). Sum of RGB (Red+Green+Blue) = 126+171+152=449 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.06% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 171 - color contains mainly: green. Hex color #7EAB98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAB98 is #815467. Grayscale: #9B9B9B. Windows color (decimal): -8475752 or 10005374. OLE color: 10005374.

HSL color Cylindrical-coordinate representation of color #7EAB98: hue angle of 154.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7EAB98 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 126 171 152 -
CMYK 0.26 0 0.11 0.33
HSL 154.67º 0.21% 0.58% -
HSV(B) 154.67º 0.26% 0.67% -
XYZ 28.83 35.83 35.1 -
YUV 155.38 126.09 107.04 -
System Red Green Blue C M Y K H S L
Decimal 126 171 152 0.26 0 0.11 0.33 154.67 0.21 0.58
Hex 7E AB 98 1A 0 B 21 9B 15 3A
Octal 176 253 230 32 0 13 41 233 25 72
Binary 1111110 10101011 10011000 11010 0 1011 100001 10011011 10101 111010

Color Harmonies of #7EAB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAB98

Black with #7EAB98

Text Example


Text Example

White with #7EAB98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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