#76AF9B

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

Shades of Acapulco #76AF9B

Tints of Acapulco #76AF9B

Color information

#76AF9B (or 0x76AF9B) is unknown color: approx Acapulco. HEX triplet: 76, AF and 9B. RGB value is (118,175,155). Sum of RGB (Red+Green+Blue) = 118+175+155=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AF9B is #895064. Grayscale: #9B9B9B. Windows color (decimal): -8999013 or 10202998. OLE color: 10202998.

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

Color convert

RGB118175155-
CMYK0.3300.110.31
HSL158.95º26.27%57.45%-
HSV(B)158.95º32.57%68.63%-
XYZ28.7236.8836.61-
YUV155.68127.62101.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.34%
GREEN value IS 175 (68.75% from 255) = 39.06%
BLUE value IS 155 (60.94% from 255) = 34.60%
R=26.34%
G=39.06%
B=34.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181751550.3300.110.31158.9526.2757.45
Hex76AF9B210B1F9f1a39
Octal16625723341013372373271
Binary1110110101011111001101110000101011111111001111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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