#76B599

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

Shades of Acapulco #76B599

Tints of Acapulco #76B599

Color information

#76B599 (or 0x76B599) is unknown color: approx Acapulco. HEX triplet: 76, B5 and 99. RGB value is (118,181,153). Sum of RGB (Red+Green+Blue) = 118+181+153=452 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.11% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 181 - color contains mainly: green. Hex color #76B599 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B599 is #894A66. Grayscale: #9F9F9F. Windows color (decimal): -8997479 or 10073462. OLE color: 10073462.

HSL color Cylindrical-coordinate representation of color #76B599: hue angle of 153.33º 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 #76B599 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB118181153-
CMYK0.3500.150.29
HSL153.33º29.86%58.63%-
HSV(B)153.33º34.81%70.98%-
XYZ29.7439.236.14-
YUV158.97124.6398.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.11%
GREEN value IS 181 (71.09% from 255) = 40.04%
BLUE value IS 153 (60.16% from 255) = 33.85%
R=26.11%
G=40.04%
B=33.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1181811530.3500.150.29153.3329.8658.63
Hex76B599230F1D991e3b
Octal16626523143017352313673
Binary1110110101101011001100110001101111111011001100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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