#76B99B

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

Shades of Acapulco #76B99B

Tints of Acapulco #76B99B

Color information

#76B99B (or 0x76B99B) is unknown color: approx Acapulco. HEX triplet: 76, B9 and 9B. RGB value is (118,185,155). Sum of RGB (Red+Green+Blue) = 118+185+155=458 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.76% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 185 - color contains mainly: green. Hex color #76B99B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B99B is #894664. Grayscale: #A1A1A1. Windows color (decimal): -8996453 or 10205558. OLE color: 10205558.

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

Color convert

RGB118185155-
CMYK0.3600.160.27
HSL153.13º32.37%59.41%-
HSV(B)153.13º36.22%72.55%-
XYZ30.7440.9237.29-
YUV161.55124.396.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.76%
GREEN value IS 185 (72.66% from 255) = 40.39%
BLUE value IS 155 (60.94% from 255) = 33.84%
R=25.76%
G=40.39%
B=33.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181851550.3600.160.27153.1332.3759.41
Hex76B99B240101B99203b
Octal16627123344020332314073
Binary111011010111001100110111001000100001101110011001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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