Html Css Color HEX #7EA693 Acapulco

📋 copy color: '#7EA693'

red 126 ◦ green 166 ◦ blue 147

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

Shades of Acapulco #7EA693

Tints of Acapulco #7EA693

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.81%

 BLUE value IS 147 (57.81% from 255) = 33.49%

R = 28.7%
G = 37.81%
B = 33.49%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#7EA693 (or 0x7EA693) is known color: Acapulco. HEX triplet: 7E, A6 and 93. RGB value is (126,166,147). Sum of RGB (Red+Green+Blue) = 126+166+147=439 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.70% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 166 - color contains mainly: green. Hex color #7EA693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA693 is #81596C. Grayscale: #979797. Windows color (decimal): -8477037 or 9676414. OLE color: 9676414.

HSL color Cylindrical-coordinate representation of color #7EA693: hue angle of 151.5º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7EA693 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 126 166 147 -
CMYK 0.24 0 0.11 0.35
HSL 151.5º 0.18% 0.57% -
HSV(B) 151.5º 0.24% 0.65% -
XYZ 27.51 33.81 32.68 -
YUV 151.87 125.25 109.54 -
System Red Green Blue C M Y K H S L
Decimal 126 166 147 0.24 0 0.11 0.35 151.5 0.18 0.57
Hex 7E A6 93 18 0 B 23 98 12 39
Octal 176 246 223 30 0 13 43 230 22 71
Binary 1111110 10100110 10010011 11000 0 1011 100011 10011000 10010 111001

Color Harmonies of #7EA693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA693

Black with #7EA693

Text Example


Text Example

White with #7EA693

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,166,147); }

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

background-color css

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

 a { background-color: rgb(126,166,147); }

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

border-color css

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

 span { border-color: rgb(126,166,147); }

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