#76B59B

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

Shades of Acapulco #76B59B

Tints of Acapulco #76B59B

Color information

#76B59B (or 0x76B59B) is unknown color: approx Acapulco. HEX triplet: 76, B5 and 9B. RGB value is (118,181,155). Sum of RGB (Red+Green+Blue) = 118+181+155=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 181 - color contains mainly: green. Hex color #76B59B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B59B is #894A64. Grayscale: #9F9F9F. Windows color (decimal): -8997477 or 10204534. OLE color: 10204534.

HSL color Cylindrical-coordinate representation of color #76B59B: hue angle of 155.24º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76B59B is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB118181155-
CMYK0.3500.140.29
HSL155.24º29.86%58.63%-
HSV(B)155.24º34.81%70.98%-
XYZ29.9139.2737.01-
YUV159.2125.6398.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.99%
GREEN value IS 181 (71.09% from 255) = 39.87%
BLUE value IS 155 (60.94% from 255) = 34.14%
R=25.99%
G=39.87%
B=34.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1181811550.3500.140.29155.2429.8658.63
Hex76B59B230E1D9b1e3b
Octal16626523343016352333673
Binary1110110101101011001101110001101110111011001101111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,181,155); }

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

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

 a { background-color: rgb(118,181,155); }

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

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

 span { border-color: rgb(118,181,155); }

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