#76AC90

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

Shades of Acapulco #76AC90

Tints of Acapulco #76AC90

Color information

#76AC90 (or 0x76AC90) is unknown color: approx Acapulco. HEX triplet: 76, AC and 90. RGB value is (118,172,144). Sum of RGB (Red+Green+Blue) = 118+172+144=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 172 - color contains mainly: green. Hex color #76AC90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AC90 is #89536F. Grayscale: #989898. Windows color (decimal): -8999792 or 9481334. OLE color: 9481334.

HSL color Cylindrical-coordinate representation of color #76AC90: hue angle of 148.89º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76AC90 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB118172144-
CMYK0.3100.160.33
HSL148.89º24.55%56.86%-
HSV(B)148.89º31.4%67.45%-
XYZ27.2635.3731.78-
YUV152.66123.11103.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.19%
GREEN value IS 172 (67.58% from 255) = 39.63%
BLUE value IS 144 (56.64% from 255) = 33.18%
R=27.19%
G=39.63%
B=33.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181721440.3100.160.33148.8924.5556.86
Hex76AC901F01021951939
Octal16625422037020412253171
Binary11101101010110010010000111110100001000011001010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76AC90; }

 p { color: rgb(118,172,144); }

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

<style>
 a { background-color: #76AC90; }

 a { background-color: rgb(118,172,144); }

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

<style>
 span { border-color: #76AC90; }

 span { border-color: rgb(118,172,144); }

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