Shades of Acapulco #7FA89A
Tints of Acapulco #7FA89A
RGB
CMYK
RGB Variations
Color information
#7FA89A (or 0x7FA89A) is known color: Acapulco. HEX triplet: 7F, A8 and 9A. RGB value is (127,168,154). Sum of RGB (Red+Green+Blue) = 127+168+154=449 (59% of max value = 765). Red value is 127 (50% from 255 or 28.29% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 168 - color contains mainly: green. Hex color #7FA89A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA89A is #805765. Grayscale: #9A9A9A. Windows color (decimal): -8410982 or 10135679. OLE color: 10135679.
HSL color Cylindrical-coordinate representation of color #7FA89A: hue angle of 159.51º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7FA89A is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 127 | 168 | 154 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.34 |
| HSL | 159.51º | 0.19% | 0.58% | - |
| HSV(B) | 159.51º | 0.24% | 0.66% | - |
| XYZ | 28.59 | 34.85 | 35.79 | - |
| YUV | 154.15 | 127.92 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 168 | 154 | 0.24 | 0 | 0.08 | 0.34 | 159.51 | 0.19 | 0.58 |
| Hex | 7F | A8 | 9A | 18 | 0 | 8 | 22 | A0 | 13 | 3A |
| Octal | 177 | 250 | 232 | 30 | 0 | 10 | 42 | 240 | 23 | 72 |
| Binary | 1111111 | 10101000 | 10011010 | 11000 | 0 | 1000 | 100010 | 10100000 | 10011 | 111010 |
Color Harmonies of #7FA89A
Complementary color
Monochromatic Colors of #7FA89A
Black with #7FA89A
Text Example
Text Example
White with #7FA89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA89A; }
p { color: rgb(127,168,154); }
H1.HeaderClassName
{
color: #7FA89A;
}
.AnyTagClassName
{
color: #7FA89A;
}
</style>
background-color css
<style>
a { background-color: #7FA89A; }
a { background-color: rgb(127,168,154); }
div.DivClassName
{
background-color: #7FA89A;
}
.BgClassName
{
background-color: #7FA89A;
}
</style>
border-color css
<style>
span { border-color: #7FA89A; }
span { border-color: rgb(127,168,154); }
td.TdClassName
{
border-color: #7FA89A;
}
.TagClassName
{
border-color: #7FA89A;
}
</style>