#76B99D

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

Shades of Acapulco #76B99D

Tints of Acapulco #76B99D

Color information

#76B99D (or 0x76B99D) is unknown color: approx Acapulco. HEX triplet: 76, B9 and 9D. RGB value is (118,185,157). Sum of RGB (Red+Green+Blue) = 118+185+157=460 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.65% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 185 - color contains mainly: green. Hex color #76B99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B99D is #894662. Grayscale: #A1A1A1. Windows color (decimal): -8996451 or 10336630. OLE color: 10336630.

HSL color Cylindrical-coordinate representation of color #76B99D: hue angle of 154.93º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76B99D is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB118185157-
CMYK0.3600.150.27
HSL154.93º32.37%59.41%-
HSV(B)154.93º36.22%72.55%-
XYZ30.9140.9838.18-
YUV161.78125.396.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.65%
GREEN value IS 185 (72.66% from 255) = 40.22%
BLUE value IS 157 (61.72% from 255) = 34.13%
R=25.65%
G=40.22%
B=34.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181851570.3600.150.27154.9332.3759.41
Hex76B99D240F1B9b203b
Octal16627123544017332334073
Binary11101101011100110011101100100011111101110011011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,185,157); }

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

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

 a { background-color: rgb(118,185,157); }

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

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

 span { border-color: rgb(118,185,157); }

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