Html Css Color HEX #7CAA99 Acapulco

📋 copy color: '#7CAA99'

red 124 ◦ green 170 ◦ blue 153

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

Shades of Acapulco #7CAA99

Tints of Acapulco #7CAA99

RGB

 RED value IS 124 (48.83% from 255) = 27.74%

 GREEN value IS 170 (66.8% 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 value IS 0.27

 M value IS 0

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#7CAA99 (or 0x7CAA99) is known color: 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

RGB 124 170 153 -
CMYK 0.27 0 0.1 0.33
HSL 157.83º 0.21% 0.58% -
HSV(B) 157.83º 0.27% 0.67% -
XYZ 28.44 35.33 35.46 -
YUV 154.31 127.26 106.38 -
System Red Green Blue C M Y K H S L
Decimal 124 170 153 0.27 0 0.1 0.33 157.83 0.21 0.58
Hex 7C AA 99 1B 0 A 21 9E 15 3A
Octal 174 252 231 33 0 12 41 236 25 72
Binary 1111100 10101010 10011001 11011 0 1010 100001 10011110 10101 111010

Color Harmonies of #7CAA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAA99

Black with #7CAA99

Text Example


Text Example

White with #7CAA99

Text Example


Text Example

HTML Codes & Css Web 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>