#76B094

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

Shades of Acapulco #76B094

Tints of Acapulco #76B094

Color information

#76B094 (or 0x76B094) is unknown color: approx Acapulco. HEX triplet: 76, B0 and 94. RGB value is (118,176,148). Sum of RGB (Red+Green+Blue) = 118+176+148=442 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.70% from 442); Green value is 176 (69.14% from 255 or 39.82% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 176 - color contains mainly: green. Hex color #76B094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76B094 is #894F6B. Grayscale: #9B9B9B. Windows color (decimal): -8998764 or 9744502. OLE color: 9744502.

HSL color Cylindrical-coordinate representation of color #76B094: hue angle of 151.03º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #76B094 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB118176148-
CMYK0.3300.160.31
HSL151.03º26.85%57.65%-
HSV(B)151.03º32.95%69.02%-
XYZ28.3437.0433.67-
YUV155.47123.78101.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.70%
GREEN value IS 176 (69.14% from 255) = 39.82%
BLUE value IS 148 (58.20% from 255) = 33.48%
R=26.70%
G=39.82%
B=33.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181761480.3300.160.31151.0326.8557.65
Hex76B094210101F971b3a
Octal16626022441020372273372
Binary11101101011000010010100100001010000111111001011111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,176,148); }

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

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

 a { background-color: rgb(118,176,148); }

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

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

 span { border-color: rgb(118,176,148); }

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