#76B598

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

Shades of Acapulco #76B598

Tints of Acapulco #76B598

Color information

#76B598 (or 0x76B598) is unknown color: approx Acapulco. HEX triplet: 76, B5 and 98. RGB value is (118,181,152). Sum of RGB (Red+Green+Blue) = 118+181+152=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 181 - color contains mainly: green. Hex color #76B598 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B598 is #894A67. Grayscale: #9E9E9E. Windows color (decimal): -8997480 or 10007926. OLE color: 10007926.

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

Color convert

RGB118181152-
CMYK0.3500.160.29
HSL152.38º29.86%58.63%-
HSV(B)152.38º34.81%70.98%-
XYZ29.6639.1735.7-
YUV158.86124.1398.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.16%
GREEN value IS 181 (71.09% from 255) = 40.13%
BLUE value IS 152 (59.77% from 255) = 33.70%
R=26.16%
G=40.13%
B=33.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1181811520.3500.160.29152.3829.8658.63
Hex76B598230101D981e3b
Octal16626523043020352303673
Binary11101101011010110011000100011010000111011001100011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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