Shades of Acapulco #76A88E
Tints of Acapulco #76A88E
RGB
CMYK
RGB Variations
Color information
#76A88E (or 0x76A88E) is known color: Acapulco. HEX triplet: 76, A8 and 8E. RGB value is (118,168,142). Sum of RGB (Red+Green+Blue) = 118+168+142=428 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.57% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 168 - color contains mainly: green. Hex color #76A88E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A88E is #895771. Grayscale: #969696. Windows color (decimal): -9000818 or 9349238. OLE color: 9349238.
HSL color Cylindrical-coordinate representation of color #76A88E: hue angle of 148.8º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76A88E is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 118 | 168 | 142 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.34 |
| HSL | 148.8º | 0.22% | 0.56% | - |
| HSV(B) | 148.8º | 0.3% | 0.66% | - |
| XYZ | 26.36 | 33.81 | 30.73 | - |
| YUV | 150.09 | 123.44 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 168 | 142 | 0.30 | 0 | 0.15 | 0.34 | 148.8 | 0.22 | 0.56 |
| Hex | 76 | A8 | 8E | 1E | 0 | F | 22 | 95 | 16 | 38 |
| Octal | 166 | 250 | 216 | 36 | 0 | 17 | 42 | 225 | 26 | 70 |
| Binary | 1110110 | 10101000 | 10001110 | 11110 | 0 | 1111 | 100010 | 10010101 | 10110 | 111000 |
Color Harmonies of #76A88E
Complementary color
Monochromatic Colors of #76A88E
Black with #76A88E
Text Example
Text Example
White with #76A88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A88E; }
p { color: rgb(118,168,142); }
H1.HeaderClassName
{
color: #76A88E;
}
.AnyTagClassName
{
color: #76A88E;
}
</style>
background-color css
<style>
a { background-color: #76A88E; }
a { background-color: rgb(118,168,142); }
div.DivClassName
{
background-color: #76A88E;
}
.BgClassName
{
background-color: #76A88E;
}
</style>
border-color css
<style>
span { border-color: #76A88E; }
span { border-color: rgb(118,168,142); }
td.TdClassName
{
border-color: #76A88E;
}
.TagClassName
{
border-color: #76A88E;
}
</style>