#76B49E

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

Shades of Acapulco #76B49E

Tints of Acapulco #76B49E

Color information

#76B49E (or 0x76B49E) is unknown color: approx Acapulco. HEX triplet: 76, B4 and 9E. RGB value is (118,180,158). Sum of RGB (Red+Green+Blue) = 118+180+158=456 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.88% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 180 - color contains mainly: green. Hex color #76B49E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B49E is #894B61. Grayscale: #9E9E9E. Windows color (decimal): -8997730 or 10400886. OLE color: 10400886.

HSL color Cylindrical-coordinate representation of color #76B49E: hue angle of 158.71º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76B49E is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB118180158-
CMYK0.3400.120.29
HSL158.71º29.25%58.43%-
HSV(B)158.71º34.44%70.59%-
XYZ29.9638.9638.29-
YUV158.95127.4698.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.88%
GREEN value IS 180 (70.70% from 255) = 39.47%
BLUE value IS 158 (62.11% from 255) = 34.65%
R=25.88%
G=39.47%
B=34.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1181801580.3400.120.29158.7129.2558.43
Hex76B49E220C1D9f1d3a
Octal16626423642014352373572
Binary1110110101101001001111010001001100111011001111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,180,158); }

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

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

 a { background-color: rgb(118,180,158); }

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

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

 span { border-color: rgb(118,180,158); }

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