#7FA99A

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

Shades of Acapulco #7FA99A

Tints of Acapulco #7FA99A

Color information

#7FA99A (or 0x7FA99A) is unknown color: approx Acapulco. HEX triplet: 7F, A9 and 9A. RGB value is (127,169,154). Sum of RGB (Red+Green+Blue) = 127+169+154=450 (59% of max value = 765). Red value is 127 (50% from 255 or 28.22% from 450); Green value is 169 (66.41% from 255 or 37.56% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 169 - color contains mainly: green. Hex color #7FA99A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA99A is #805665. Grayscale: #9A9A9A. Windows color (decimal): -8410726 or 10135935. OLE color: 10135935.

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

Color convert

RGB127169154-
CMYK0.2500.090.34
HSL158.57º19.63%58.04%-
HSV(B)158.57º24.85%66.27%-
XYZ28.7735.2235.85-
YUV154.73127.59108.22-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.22%
GREEN value IS 169 (66.41% from 255) = 37.56%
BLUE value IS 154 (60.55% from 255) = 34.22%
R=28.22%
G=37.56%
B=34.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1271691540.2500.090.34158.5719.6358.04
Hex7FA99A1909229f143a
Octal17725123231011422372472
Binary1111111101010011001101011001010011000101001111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,169,154); }

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

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

 a { background-color: rgb(127,169,154); }

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

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

 span { border-color: rgb(127,169,154); }

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