Shades of Acapulco #7FA08E
Tints of Acapulco #7FA08E
RGB
CMYK
RGB Variations
Color information
#7FA08E (or 0x7FA08E) is known color: Acapulco. HEX triplet: 7F, A0 and 8E. RGB value is (127,160,142). Sum of RGB (Red+Green+Blue) = 127+160+142=429 (56% of max value = 765). Red value is 127 (50% from 255 or 29.60% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 160 - color contains mainly: green. Hex color #7FA08E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA08E is #805F71. Grayscale: #949494. Windows color (decimal): -8413042 or 9347199. OLE color: 9347199.
HSL color Cylindrical-coordinate representation of color #7FA08E: hue angle of 147.27º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7FA08E is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 127 | 160 | 142 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.37 |
| HSL | 147.27º | 0.15% | 0.56% | - |
| HSV(B) | 147.27º | 0.21% | 0.63% | - |
| XYZ | 26.21 | 31.61 | 30.31 | - |
| YUV | 148.08 | 124.57 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 160 | 142 | 0.21 | 0 | 0.11 | 0.37 | 147.27 | 0.15 | 0.56 |
| Hex | 7F | A0 | 8E | 15 | 0 | B | 25 | 93 | F | 38 |
| Octal | 177 | 240 | 216 | 25 | 0 | 13 | 45 | 223 | 17 | 70 |
| Binary | 1111111 | 10100000 | 10001110 | 10101 | 0 | 1011 | 100101 | 10010011 | 1111 | 111000 |
Color Harmonies of #7FA08E
Complementary color
Monochromatic Colors of #7FA08E
Black with #7FA08E
Text Example
Text Example
White with #7FA08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA08E; }
p { color: rgb(127,160,142); }
H1.HeaderClassName
{
color: #7FA08E;
}
.AnyTagClassName
{
color: #7FA08E;
}
</style>
background-color css
<style>
a { background-color: #7FA08E; }
a { background-color: rgb(127,160,142); }
div.DivClassName
{
background-color: #7FA08E;
}
.BgClassName
{
background-color: #7FA08E;
}
</style>
border-color css
<style>
span { border-color: #7FA08E; }
span { border-color: rgb(127,160,142); }
td.TdClassName
{
border-color: #7FA08E;
}
.TagClassName
{
border-color: #7FA08E;
}
</style>