#76B49F

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

Shades of Acapulco #76B49F

Tints of Acapulco #76B49F

Color information

#76B49F (or 0x76B49F) is unknown color: approx Acapulco. HEX triplet: 76, B4 and 9F. RGB value is (118,180,159). Sum of RGB (Red+Green+Blue) = 118+180+159=457 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.82% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 180 - color contains mainly: green. Hex color #76B49F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B49F is #894B60. Grayscale: #9F9F9F. Windows color (decimal): -8997729 or 10466422. OLE color: 10466422.

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

Color convert

RGB118180159-
CMYK0.3400.120.29
HSL159.68º29.25%58.43%-
HSV(B)159.68º34.44%70.59%-
XYZ30.053938.74-
YUV159.07127.9698.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.82%
GREEN value IS 180 (70.70% from 255) = 39.39%
BLUE value IS 159 (62.5% from 255) = 34.79%
R=25.82%
G=39.39%
B=34.79%

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
Decimal1181801590.3400.120.29159.6829.2558.43
Hex76B49F220C1Da01d3a
Octal16626423742014352403572
Binary1110110101101001001111110001001100111011010000011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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