Shades of Acapulco #76AD95
Tints of Acapulco #76AD95
RGB
CMYK
RGB Variations
Color information
#76AD95 (or 0x76AD95) is known color: Acapulco. HEX triplet: 76, AD and 95. RGB value is (118,173,149). Sum of RGB (Red+Green+Blue) = 118+173+149=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 173 - color contains mainly: green. Hex color #76AD95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AD95 is #89526A. Grayscale: #999999. Windows color (decimal): -8999531 or 9809270. OLE color: 9809270.
HSL color Cylindrical-coordinate representation of color #76AD95: hue angle of 153.82º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76AD95 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 173 | 149 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.32 |
| HSL | 153.82º | 0.25% | 0.57% | - |
| HSV(B) | 153.82º | 0.32% | 0.68% | - |
| XYZ | 27.84 | 35.91 | 33.9 | - |
| YUV | 153.82 | 125.28 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 173 | 149 | 0.32 | 0 | 0.14 | 0.32 | 153.82 | 0.25 | 0.57 |
| Hex | 76 | AD | 95 | 20 | 0 | E | 20 | 9A | 19 | 39 |
| Octal | 166 | 255 | 225 | 40 | 0 | 16 | 40 | 232 | 31 | 71 |
| Binary | 1110110 | 10101101 | 10010101 | 100000 | 0 | 1110 | 100000 | 10011010 | 11001 | 111001 |
Color Harmonies of #76AD95
Complementary color
Monochromatic Colors of #76AD95
Black with #76AD95
Text Example
Text Example
White with #76AD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AD95; }
p { color: rgb(118,173,149); }
H1.HeaderClassName
{
color: #76AD95;
}
.AnyTagClassName
{
color: #76AD95;
}
</style>
background-color css
<style>
a { background-color: #76AD95; }
a { background-color: rgb(118,173,149); }
div.DivClassName
{
background-color: #76AD95;
}
.BgClassName
{
background-color: #76AD95;
}
</style>
border-color css
<style>
span { border-color: #76AD95; }
span { border-color: rgb(118,173,149); }
td.TdClassName
{
border-color: #76AD95;
}
.TagClassName
{
border-color: #76AD95;
}
</style>