Shades of Acapulco #7FAA99
Tints of Acapulco #7FAA99
RGB
CMYK
RGB Variations
Color information
#7FAA99 (or 0x7FAA99) is known color: Acapulco. HEX triplet: 7F, AA and 99. RGB value is (127,170,153). Sum of RGB (Red+Green+Blue) = 127+170+153=450 (59% of max value = 765). Red value is 127 (50% from 255 or 28.22% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAA99 is #805566. Grayscale: #9B9B9B. Windows color (decimal): -8410471 or 10070655. OLE color: 10070655.
HSL color Cylindrical-coordinate representation of color #7FAA99: hue angle of 156.28º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7FAA99 is Cyan = 0.25, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 170 | 153 | - |
| CMYK | 0.25 | 0 | 0.1 | 0.33 |
| HSL | 156.28º | 0.2% | 0.58% | - |
| HSV(B) | 156.28º | 0.25% | 0.67% | - |
| XYZ | 28.88 | 35.56 | 35.48 | - |
| YUV | 155.21 | 126.75 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 153 | 0.25 | 0 | 0.1 | 0.33 | 156.28 | 0.2 | 0.58 |
| Hex | 7F | AA | 99 | 19 | 0 | A | 21 | 9C | 14 | 3A |
| Octal | 177 | 252 | 231 | 31 | 0 | 12 | 41 | 234 | 24 | 72 |
| Binary | 1111111 | 10101010 | 10011001 | 11001 | 0 | 1010 | 100001 | 10011100 | 10100 | 111010 |
Color Harmonies of #7FAA99
Complementary color
Monochromatic Colors of #7FAA99
Black with #7FAA99
Text Example
Text Example
White with #7FAA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAA99; }
p { color: rgb(127,170,153); }
H1.HeaderClassName
{
color: #7FAA99;
}
.AnyTagClassName
{
color: #7FAA99;
}
</style>
background-color css
<style>
a { background-color: #7FAA99; }
a { background-color: rgb(127,170,153); }
div.DivClassName
{
background-color: #7FAA99;
}
.BgClassName
{
background-color: #7FAA99;
}
</style>
border-color css
<style>
span { border-color: #7FAA99; }
span { border-color: rgb(127,170,153); }
td.TdClassName
{
border-color: #7FAA99;
}
.TagClassName
{
border-color: #7FAA99;
}
</style>