#7FA89A

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

Shades of Acapulco #7FA89A

Tints of Acapulco #7FA89A

Color information

#7FA89A (or 0x7FA89A) is unknown color: approx Acapulco. HEX triplet: 7F, A8 and 9A. RGB value is (127,168,154). Sum of RGB (Red+Green+Blue) = 127+168+154=449 (59% of max value = 765). Red value is 127 (50% from 255 or 28.29% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 168 - color contains mainly: green. Hex color #7FA89A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA89A is #805765. Grayscale: #9A9A9A. Windows color (decimal): -8410982 or 10135679. OLE color: 10135679.

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

Color convert

RGB127168154-
CMYK0.2400.080.34
HSL159.51º19.07%57.84%-
HSV(B)159.51º24.4%65.88%-
XYZ28.5934.8535.79-
YUV154.15127.92108.64-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.29%
GREEN value IS 168 (66.02% from 255) = 37.42%
BLUE value IS 154 (60.55% from 255) = 34.30%
R=28.29%
G=37.42%
B=34.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1271681540.2400.080.34159.5119.0757.84
Hex7FA89A180822a0133a
Octal17725023230010422402372
Binary1111111101010001001101011000010001000101010000010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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