#76B39A

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

Shades of Acapulco #76B39A

Tints of Acapulco #76B39A

Color information

#76B39A (or 0x76B39A) is unknown color: approx Acapulco. HEX triplet: 76, B3 and 9A. RGB value is (118,179,154). Sum of RGB (Red+Green+Blue) = 118+179+154=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 179 - color contains mainly: green. Hex color #76B39A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B39A is #894C65. Grayscale: #9D9D9D. Windows color (decimal): -8997990 or 10138486. OLE color: 10138486.

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

Color convert

RGB118179154-
CMYK0.3400.140.30
HSL155.41º28.64%58.24%-
HSV(B)155.41º34.08%70.2%-
XYZ29.4238.4236.44-
YUV157.91125.7999.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.16%
GREEN value IS 179 (70.31% from 255) = 39.69%
BLUE value IS 154 (60.55% from 255) = 34.15%
R=26.16%
G=39.69%
B=34.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1181791540.3400.140.30155.4128.6458.24
Hex76B39A220E1E9b1d3a
Octal16626323242016362333572
Binary1110110101100111001101010001001110111101001101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,179,154); }

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

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

 a { background-color: rgb(118,179,154); }

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

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

 span { border-color: rgb(118,179,154); }

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