#76A88E

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

Shades of Acapulco #76A88E

Tints of Acapulco #76A88E

Color information

#76A88E (or 0x76A88E) is unknown color: approx Acapulco. HEX triplet: 76, A8 and 8E. RGB value is (118,168,142). Sum of RGB (Red+Green+Blue) = 118+168+142=428 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.57% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 168 - color contains mainly: green. Hex color #76A88E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A88E is #895771. Grayscale: #969696. Windows color (decimal): -9000818 or 9349238. OLE color: 9349238.

HSL color Cylindrical-coordinate representation of color #76A88E: hue angle of 148.8º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76A88E is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB118168142-
CMYK0.3000.150.34
HSL148.8º22.32%56.08%-
HSV(B)148.8º29.76%65.88%-
XYZ26.3633.8130.73-
YUV150.09123.44105.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.57%
GREEN value IS 168 (66.02% from 255) = 39.25%
BLUE value IS 142 (55.86% from 255) = 33.18%
R=27.57%
G=39.25%
B=33.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1181681420.3000.150.34148.822.3256.08
Hex76A88E1E0F22951638
Octal16625021636017422252670
Binary1110110101010001000111011110011111000101001010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,168,142); }

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

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

 a { background-color: rgb(118,168,142); }

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

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

 span { border-color: rgb(118,168,142); }

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