Html Css Color HEX #7FAA96 Acapulco

📋 copy color: '#7FAA96'

red 127 ◦ green 170 ◦ blue 150

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

Shades of Acapulco #7FAA96

Tints of Acapulco #7FAA96

RGB

 RED value IS 127 (50% from 255) = 28.41%

 GREEN value IS 170 (66.8% from 255) = 38.03%

 BLUE value IS 150 (58.98% from 255) = 33.56%

R = 28.41%
G = 38.03%
B = 33.56%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#7FAA96 (or 0x7FAA96) is known color: Acapulco. HEX triplet: 7F, AA and 96. RGB value is (127,170,150). Sum of RGB (Red+Green+Blue) = 127+170+150=447 (59% of max value = 765). Red value is 127 (50% from 255 or 28.41% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAA96 is #805569. Grayscale: #9A9A9A. Windows color (decimal): -8410474 or 9874047. OLE color: 9874047.

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

Color convert

RGB 127 170 150 -
CMYK 0.25 0 0.12 0.33
HSL 152.09º 0.2% 0.58% -
HSV(B) 152.09º 0.25% 0.67% -
XYZ 28.63 35.46 34.19 -
YUV 154.86 125.25 108.13 -
System Red Green Blue C M Y K H S L
Decimal 127 170 150 0.25 0 0.12 0.33 152.09 0.2 0.58
Hex 7F AA 96 19 0 C 21 98 14 3A
Octal 177 252 226 31 0 14 41 230 24 72
Binary 1111111 10101010 10010110 11001 0 1100 100001 10011000 10100 111010

Color Harmonies of #7FAA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAA96

Black with #7FAA96

Text Example


Text Example

White with #7FAA96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,170,150); }

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

background-color css

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

 a { background-color: rgb(127,170,150); }

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

border-color css

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

 span { border-color: rgb(127,170,150); }

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