#7FA895

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

Shades of Acapulco #7FA895

Tints of Acapulco #7FA895

Color information

#7FA895 (or 0x7FA895) is unknown color: approx Acapulco. HEX triplet: 7F, A8 and 95. RGB value is (127,168,149). Sum of RGB (Red+Green+Blue) = 127+168+149=444 (58% of max value = 765). Red value is 127 (50% from 255 or 28.60% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 168 - color contains mainly: green. Hex color #7FA895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA895 is #80576A. Grayscale: #999999. Windows color (decimal): -8410987 or 9807999. OLE color: 9807999.

HSL color Cylindrical-coordinate representation of color #7FA895: hue angle of 152.2º 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 #7FA895 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB127168149-
CMYK0.2400.110.34
HSL152.2º19.07%57.84%-
HSV(B)152.2º24.4%65.88%-
XYZ28.1834.6933.64-
YUV153.57125.42109.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.60%
GREEN value IS 168 (66.02% from 255) = 37.84%
BLUE value IS 149 (58.59% from 255) = 33.56%
R=28.60%
G=37.84%
B=33.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1271681490.2400.110.34152.219.0757.84
Hex7FA895180B2298133a
Octal17725022530013422302372
Binary1111111101010001001010111000010111000101001100010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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