Shades of Acapulco #76AB9A
Tints of Acapulco #76AB9A
RGB
CMYK
RGB Variations
Color information
#76AB9A (or 0x76AB9A) is known color: Acapulco. HEX triplet: 76, AB and 9A. RGB value is (118,171,154). Sum of RGB (Red+Green+Blue) = 118+171+154=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AB9A is #895465. Grayscale: #999999. Windows color (decimal): -9000038 or 10136438. OLE color: 10136438.
HSL color Cylindrical-coordinate representation of color #76AB9A: hue angle of 160.75º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76AB9A is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 171 | 154 | - |
| CMYK | 0.31 | 0 | 0.10 | 0.33 |
| HSL | 160.75º | 0.24% | 0.57% | - |
| HSV(B) | 160.75º | 0.31% | 0.67% | - |
| XYZ | 27.87 | 35.31 | 35.92 | - |
| YUV | 153.22 | 128.44 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 171 | 154 | 0.31 | 0 | 0.10 | 0.33 | 160.75 | 0.24 | 0.57 |
| Hex | 76 | AB | 9A | 1F | 0 | A | 21 | A1 | 18 | 39 |
| Octal | 166 | 253 | 232 | 37 | 0 | 12 | 41 | 241 | 30 | 71 |
| Binary | 1110110 | 10101011 | 10011010 | 11111 | 0 | 1010 | 100001 | 10100001 | 11000 | 111001 |
Color Harmonies of #76AB9A
Complementary color
Monochromatic Colors of #76AB9A
Black with #76AB9A
Text Example
Text Example
White with #76AB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AB9A; }
p { color: rgb(118,171,154); }
H1.HeaderClassName
{
color: #76AB9A;
}
.AnyTagClassName
{
color: #76AB9A;
}
</style>
background-color css
<style>
a { background-color: #76AB9A; }
a { background-color: rgb(118,171,154); }
div.DivClassName
{
background-color: #76AB9A;
}
.BgClassName
{
background-color: #76AB9A;
}
</style>
border-color css
<style>
span { border-color: #76AB9A; }
span { border-color: rgb(118,171,154); }
td.TdClassName
{
border-color: #76AB9A;
}
.TagClassName
{
border-color: #76AB9A;
}
</style>