#7FAA95

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

Shades of Acapulco #7FAA95

Tints of Acapulco #7FAA95

Color information

#7FAA95 (or 0x7FAA95) is unknown color: approx Acapulco. HEX triplet: 7F, AA and 95. RGB value is (127,170,149). Sum of RGB (Red+Green+Blue) = 127+170+149=446 (59% of max value = 765). Red value is 127 (50% from 255 or 28.48% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAA95 is #80556A. Grayscale: #9A9A9A. Windows color (decimal): -8410475 or 9808511. OLE color: 9808511.

HSL color Cylindrical-coordinate representation of color #7FAA95: hue angle of 150.7º 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 #7FAA95 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB127170149-
CMYK0.2500.120.33
HSL150.7º20.19%58.24%-
HSV(B)150.7º25.29%66.67%-
XYZ28.5535.4333.77-
YUV154.75124.75108.21-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.48%
GREEN value IS 170 (66.80% from 255) = 38.12%
BLUE value IS 149 (58.59% from 255) = 33.41%
R=28.48%
G=38.12%
B=33.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1271701490.2500.120.33150.720.1958.24
Hex7FAA95190C2197143a
Octal17725222531014412272472
Binary1111111101010101001010111001011001000011001011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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