Html Css Color HEX #7EAC9C Acapulco

📋 copy color: '#7EAC9C'

red 126 ◦ green 172 ◦ blue 156

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

Shades of Acapulco #7EAC9C

Tints of Acapulco #7EAC9C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.89%

 BLUE value IS 156 (61.33% from 255) = 34.36%

R = 27.75%
G = 37.89%
B = 34.36%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#7EAC9C (or 0x7EAC9C) is known color: Acapulco. HEX triplet: 7E, AC and 9C. RGB value is (126,172,156). Sum of RGB (Red+Green+Blue) = 126+172+156=454 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.75% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 172 - color contains mainly: green. Hex color #7EAC9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAC9C is #815363. Grayscale: #9C9C9C. Windows color (decimal): -8475492 or 10267774. OLE color: 10267774.

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

Color convert

RGB 126 172 156 -
CMYK 0.27 0 0.09 0.33
HSL 159.13º 0.22% 0.58% -
HSV(B) 159.13º 0.27% 0.67% -
XYZ 29.36 36.34 36.92 -
YUV 156.42 127.76 106.3 -
System Red Green Blue C M Y K H S L
Decimal 126 172 156 0.27 0 0.09 0.33 159.13 0.22 0.58
Hex 7E AC 9C 1B 0 9 21 9F 16 3A
Octal 176 254 234 33 0 11 41 237 26 72
Binary 1111110 10101100 10011100 11011 0 1001 100001 10011111 10110 111010

Color Harmonies of #7EAC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAC9C

Black with #7EAC9C

Text Example


Text Example

White with #7EAC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,172,156); }

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

background-color css

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

 a { background-color: rgb(126,172,156); }

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

border-color css

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

 span { border-color: rgb(126,172,156); }

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