Shades of Acapulco #76AD9A
Tints of Acapulco #76AD9A
RGB
CMYK
RGB Variations
Color information
#76AD9A (or 0x76AD9A) is known color: Acapulco. HEX triplet: 76, AD and 9A. RGB value is (118,173,154). Sum of RGB (Red+Green+Blue) = 118+173+154=445 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.52% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 173 - color contains mainly: green. Hex color #76AD9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AD9A is #895265. Grayscale: #9A9A9A. Windows color (decimal): -8999526 or 10136950. OLE color: 10136950.
HSL color Cylindrical-coordinate representation of color #76AD9A: hue angle of 159.27º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76AD9A is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 173 | 154 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.32 |
| HSL | 159.27º | 0.25% | 0.57% | - |
| HSV(B) | 159.27º | 0.32% | 0.68% | - |
| XYZ | 28.25 | 36.07 | 36.05 | - |
| YUV | 154.39 | 127.78 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 173 | 154 | 0.32 | 0 | 0.11 | 0.32 | 159.27 | 0.25 | 0.57 |
| Hex | 76 | AD | 9A | 20 | 0 | B | 20 | 9F | 19 | 39 |
| Octal | 166 | 255 | 232 | 40 | 0 | 13 | 40 | 237 | 31 | 71 |
| Binary | 1110110 | 10101101 | 10011010 | 100000 | 0 | 1011 | 100000 | 10011111 | 11001 | 111001 |
Color Harmonies of #76AD9A
Complementary color
Monochromatic Colors of #76AD9A
Black with #76AD9A
Text Example
Text Example
White with #76AD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AD9A; }
p { color: rgb(118,173,154); }
H1.HeaderClassName
{
color: #76AD9A;
}
.AnyTagClassName
{
color: #76AD9A;
}
</style>
background-color css
<style>
a { background-color: #76AD9A; }
a { background-color: rgb(118,173,154); }
div.DivClassName
{
background-color: #76AD9A;
}
.BgClassName
{
background-color: #76AD9A;
}
</style>
border-color css
<style>
span { border-color: #76AD9A; }
span { border-color: rgb(118,173,154); }
td.TdClassName
{
border-color: #76AD9A;
}
.TagClassName
{
border-color: #76AD9A;
}
</style>