Shades of Acapulco #76AA9A
Tints of Acapulco #76AA9A
RGB
CMYK
RGB Variations
Color information
#76AA9A (or 0x76AA9A) is known color: Acapulco. HEX triplet: 76, AA and 9A. RGB value is (118,170,154). Sum of RGB (Red+Green+Blue) = 118+170+154=442 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.70% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AA9A is #895565. Grayscale: #989898. Windows color (decimal): -9000294 or 10136182. OLE color: 10136182.
HSL color Cylindrical-coordinate representation of color #76AA9A: hue angle of 161.54º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76AA9A is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 170 | 154 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.33 |
| HSL | 161.54º | 0.23% | 0.56% | - |
| HSV(B) | 161.54º | 0.31% | 0.67% | - |
| XYZ | 27.68 | 34.93 | 35.86 | - |
| YUV | 152.63 | 128.77 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 170 | 154 | 0.31 | 0 | 0.09 | 0.33 | 161.54 | 0.23 | 0.56 |
| Hex | 76 | AA | 9A | 1F | 0 | 9 | 21 | A2 | 17 | 38 |
| Octal | 166 | 252 | 232 | 37 | 0 | 11 | 41 | 242 | 27 | 70 |
| Binary | 1110110 | 10101010 | 10011010 | 11111 | 0 | 1001 | 100001 | 10100010 | 10111 | 111000 |
Color Harmonies of #76AA9A
Complementary color
Monochromatic Colors of #76AA9A
Black with #76AA9A
Text Example
Text Example
White with #76AA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AA9A; }
p { color: rgb(118,170,154); }
H1.HeaderClassName
{
color: #76AA9A;
}
.AnyTagClassName
{
color: #76AA9A;
}
</style>
background-color css
<style>
a { background-color: #76AA9A; }
a { background-color: rgb(118,170,154); }
div.DivClassName
{
background-color: #76AA9A;
}
.BgClassName
{
background-color: #76AA9A;
}
</style>
border-color css
<style>
span { border-color: #76AA9A; }
span { border-color: rgb(118,170,154); }
td.TdClassName
{
border-color: #76AA9A;
}
.TagClassName
{
border-color: #76AA9A;
}
</style>