#7FA290

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

Shades of Acapulco #7FA290

Tints of Acapulco #7FA290

Color information

#7FA290 (or 0x7FA290) is unknown color: approx Acapulco. HEX triplet: 7F, A2 and 90. RGB value is (127,162,144). Sum of RGB (Red+Green+Blue) = 127+162+144=433 (57% of max value = 765). Red value is 127 (50% from 255 or 29.33% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA290 is #805D6F. Grayscale: #959595. Windows color (decimal): -8412528 or 9478783. OLE color: 9478783.

HSL color Cylindrical-coordinate representation of color #7FA290: hue angle of 149.14º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7FA290 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB127162144-
CMYK0.2200.110.36
HSL149.14º15.84%56.67%-
HSV(B)149.14º21.6%63.53%-
XYZ26.7132.3731.23-
YUV149.48124.9111.96-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.33%
GREEN value IS 162 (63.67% from 255) = 37.41%
BLUE value IS 144 (56.64% from 255) = 33.26%
R=29.33%
G=37.41%
B=33.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1271621440.2200.110.36149.1415.8456.67
Hex7FA290160B24951039
Octal17724222026013442252071
Binary1111111101000101001000010110010111001001001010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,162,144); }

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

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

 a { background-color: rgb(127,162,144); }

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

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

 span { border-color: rgb(127,162,144); }

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