Shades of Acapulco #76B39E
Tints of Acapulco #76B39E
RGB
CMYK
RGB Variations
Color information
#76B39E (or 0x76B39E) is known color: Acapulco. HEX triplet: 76, B3 and 9E. RGB value is (118,179,158). Sum of RGB (Red+Green+Blue) = 118+179+158=455 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.93% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 179 - color contains mainly: green. Hex color #76B39E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B39E is #894C61. Grayscale: #9E9E9E. Windows color (decimal): -8997986 or 10400630. OLE color: 10400630.
HSL color Cylindrical-coordinate representation of color #76B39E: hue angle of 159.34º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76B39E is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 179 | 158 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.30 |
| HSL | 159.34º | 0.29% | 0.58% | - |
| HSV(B) | 159.34º | 0.34% | 0.7% | - |
| XYZ | 29.76 | 38.56 | 38.22 | - |
| YUV | 158.37 | 127.79 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 179 | 158 | 0.34 | 0 | 0.12 | 0.30 | 159.34 | 0.29 | 0.58 |
| Hex | 76 | B3 | 9E | 22 | 0 | C | 1E | 9F | 1D | 3A |
| Octal | 166 | 263 | 236 | 42 | 0 | 14 | 36 | 237 | 35 | 72 |
| Binary | 1110110 | 10110011 | 10011110 | 100010 | 0 | 1100 | 11110 | 10011111 | 11101 | 111010 |
Color Harmonies of #76B39E
Complementary color
Monochromatic Colors of #76B39E
Black with #76B39E
Text Example
Text Example
White with #76B39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B39E; }
p { color: rgb(118,179,158); }
H1.HeaderClassName
{
color: #76B39E;
}
.AnyTagClassName
{
color: #76B39E;
}
</style>
background-color css
<style>
a { background-color: #76B39E; }
a { background-color: rgb(118,179,158); }
div.DivClassName
{
background-color: #76B39E;
}
.BgClassName
{
background-color: #76B39E;
}
</style>
border-color css
<style>
span { border-color: #76B39E; }
span { border-color: rgb(118,179,158); }
td.TdClassName
{
border-color: #76B39E;
}
.TagClassName
{
border-color: #76B39E;
}
</style>