Shades of Acapulco #7FAB99
Tints of Acapulco #7FAB99
RGB
CMYK
RGB Variations
Color information
#7FAB99 (or 0x7FAB99) is known color: Acapulco. HEX triplet: 7F, AB and 99. RGB value is (127,171,153). Sum of RGB (Red+Green+Blue) = 127+171+153=451 (59% of max value = 765). Red value is 127 (50% from 255 or 28.16% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 171 - color contains mainly: green. Hex color #7FAB99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAB99 is #805466. Grayscale: #9B9B9B. Windows color (decimal): -8410215 or 10070911. OLE color: 10070911.
HSL color Cylindrical-coordinate representation of color #7FAB99: hue angle of 155.45º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7FAB99 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 171 | 153 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.33 |
| HSL | 155.45º | 0.21% | 0.58% | - |
| HSV(B) | 155.45º | 0.26% | 0.67% | - |
| XYZ | 29.07 | 35.94 | 35.54 | - |
| YUV | 155.79 | 126.42 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 171 | 153 | 0.26 | 0 | 0.11 | 0.33 | 155.45 | 0.21 | 0.58 |
| Hex | 7F | AB | 99 | 1A | 0 | B | 21 | 9B | 15 | 3A |
| Octal | 177 | 253 | 231 | 32 | 0 | 13 | 41 | 233 | 25 | 72 |
| Binary | 1111111 | 10101011 | 10011001 | 11010 | 0 | 1011 | 100001 | 10011011 | 10101 | 111010 |
Color Harmonies of #7FAB99
Complementary color
Monochromatic Colors of #7FAB99
Black with #7FAB99
Text Example
Text Example
White with #7FAB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAB99; }
p { color: rgb(127,171,153); }
H1.HeaderClassName
{
color: #7FAB99;
}
.AnyTagClassName
{
color: #7FAB99;
}
</style>
background-color css
<style>
a { background-color: #7FAB99; }
a { background-color: rgb(127,171,153); }
div.DivClassName
{
background-color: #7FAB99;
}
.BgClassName
{
background-color: #7FAB99;
}
</style>
border-color css
<style>
span { border-color: #7FAB99; }
span { border-color: rgb(127,171,153); }
td.TdClassName
{
border-color: #7FAB99;
}
.TagClassName
{
border-color: #7FAB99;
}
</style>