Shades of Acapulco #76AB8F
Tints of Acapulco #76AB8F
RGB
CMYK
RGB Variations
Color information
#76AB8F (or 0x76AB8F) is known color: Acapulco. HEX triplet: 76, AB and 8F. RGB value is (118,171,143). Sum of RGB (Red+Green+Blue) = 118+171+143=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AB8F is #895470. Grayscale: #989898. Windows color (decimal): -9000049 or 9415542. OLE color: 9415542.
HSL color Cylindrical-coordinate representation of color #76AB8F: hue angle of 148.3º 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 #76AB8F is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 171 | 143 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.33 |
| HSL | 148.3º | 0.24% | 0.57% | - |
| HSV(B) | 148.3º | 0.31% | 0.67% | - |
| XYZ | 26.99 | 34.96 | 31.31 | - |
| YUV | 151.96 | 122.94 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 171 | 143 | 0.31 | 0 | 0.16 | 0.33 | 148.3 | 0.24 | 0.57 |
| Hex | 76 | AB | 8F | 1F | 0 | 10 | 21 | 94 | 18 | 39 |
| Octal | 166 | 253 | 217 | 37 | 0 | 20 | 41 | 224 | 30 | 71 |
| Binary | 1110110 | 10101011 | 10001111 | 11111 | 0 | 10000 | 100001 | 10010100 | 11000 | 111001 |
Color Harmonies of #76AB8F
Complementary color
Monochromatic Colors of #76AB8F
Black with #76AB8F
Text Example
Text Example
White with #76AB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AB8F; }
p { color: rgb(118,171,143); }
H1.HeaderClassName
{
color: #76AB8F;
}
.AnyTagClassName
{
color: #76AB8F;
}
</style>
background-color css
<style>
a { background-color: #76AB8F; }
a { background-color: rgb(118,171,143); }
div.DivClassName
{
background-color: #76AB8F;
}
.BgClassName
{
background-color: #76AB8F;
}
</style>
border-color css
<style>
span { border-color: #76AB8F; }
span { border-color: rgb(118,171,143); }
td.TdClassName
{
border-color: #76AB8F;
}
.TagClassName
{
border-color: #76AB8F;
}
</style>