#7fa293

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

Shades of Acapulco #7FA293

Tints of Acapulco #7FA293

Color information

#7FA293 (or 0x7FA293) is unknown color: approx Acapulco. HEX triplet: 7F, A2 and 93. RGB value is (127,162,147). Sum of RGB (Red+Green+Blue) = 127+162+147=436 (57% of max value = 765). Red value is 127 (50% from 255 or 29.13% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA293 is #805D6C. Grayscale: #959595. Windows color (decimal): -8412525 or 9675391. OLE color: 9675391.

HSL color Cylindrical-coordinate representation of color #7FA293: hue angle of 154.29º 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 #7FA293 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB127162147-
CMYK0.2200.090.36
HSL154.29º15.84%56.67%-
HSV(B)154.29º21.6%63.53%-
XYZ26.9432.4632.45-
YUV149.83126.4111.72-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.13%
GREEN value IS 162 (63.67% from 255) = 37.16%
BLUE value IS 147 (57.81% from 255) = 33.72%
R=29.13%
G=37.16%
B=33.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1271621470.2200.090.36154.2915.8456.67
Hex7FA2931609249a1039
Octal17724222326011442322071
Binary1111111101000101001001110110010011001001001101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fa293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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