Html Css Color HEX #7EAE98 Acapulco

📋 copy color: '#7EAE98'

red 126 ◦ green 174 ◦ blue 152

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

Shades of Acapulco #7EAE98

Tints of Acapulco #7EAE98

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.5%

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

R = 27.88%
G = 38.5%
B = 33.63%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#7EAE98 (or 0x7EAE98) is known color: Acapulco. HEX triplet: 7E, AE and 98. RGB value is (126,174,152). Sum of RGB (Red+Green+Blue) = 126+174+152=452 (59% of max value = 765). Red value is 126 (49.61% from 255 or 27.88% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 174 - color contains mainly: green. Hex color #7EAE98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAE98 is #815167. Grayscale: #9D9D9D. Windows color (decimal): -8474984 or 10006142. OLE color: 10006142.

HSL color Cylindrical-coordinate representation of color #7EAE98: hue angle of 152.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7EAE98 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 126 174 152 -
CMYK 0.28 0 0.13 0.32
HSL 152.5º 0.23% 0.59% -
HSV(B) 152.5º 0.28% 0.68% -
XYZ 29.41 36.97 35.29 -
YUV 157.14 125.1 105.79 -
System Red Green Blue C M Y K H S L
Decimal 126 174 152 0.28 0 0.13 0.32 152.5 0.23 0.59
Hex 7E AE 98 1C 0 D 20 98 17 3B
Octal 176 256 230 34 0 15 40 230 27 73
Binary 1111110 10101110 10011000 11100 0 1101 100000 10011000 10111 111011

Color Harmonies of #7EAE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAE98

Black with #7EAE98

Text Example


Text Example

White with #7EAE98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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