#7CAA99

Color #7CAA99 Acapulco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Acapulco #7CAA99

Tints of Acapulco #7CAA99

Color information

#7CAA99 (or 0x7CAA99) is unknown color: approx Acapulco. HEX triplet: 7C, AA and 99. RGB value is (124,170,153). Sum of RGB (Red+Green+Blue) = 124+170+153=447 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.74% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 170 - color contains mainly: green. Hex color #7CAA99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAA99 is #835566. Grayscale: #9A9A9A. Windows color (decimal): -8607079 or 10070652. OLE color: 10070652.

HSL color Cylindrical-coordinate representation of color #7CAA99: hue angle of 157.83º degrees, saturation: 0.21, 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 #7CAA99 is Cyan = 0.27, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB124170153-
CMYK0.2700.10.33
HSL157.83º21.3%57.65%-
HSV(B)157.83º27.06%66.67%-
XYZ28.4435.3335.46-
YUV154.31127.26106.38-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.74%
GREEN value IS 170 (66.80% from 255) = 38.03%
BLUE value IS 153 (60.16% from 255) = 34.23%
R=27.74%
G=38.03%
B=34.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241701530.2700.10.33157.8321.357.65
Hex7CAA991B0A219e153a
Octal17425223133012412362572
Binary1111100101010101001100111011010101000011001111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,170,153); }

 H1.HeaderClassName
 {
   color: #7CAA99;
 }
 .AnyTagClassName
 {
   color: #7CAA99;
 }
</style>
background-color css

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

 a { background-color: rgb(124,170,153); }

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

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

 span { border-color: rgb(124,170,153); }

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