Shades of Acapulco #7FAE9D
Tints of Acapulco #7FAE9D
RGB
CMYK
RGB Variations
Color information
#7FAE9D (or 0x7FAE9D) is known color: Acapulco. HEX triplet: 7F, AE and 9D. RGB value is (127,174,157). Sum of RGB (Red+Green+Blue) = 127+174+157=458 (60% of max value = 765). Red value is 127 (50% from 255 or 27.73% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 174 - color contains mainly: green. Hex color #7FAE9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAE9D is #805162. Grayscale: #9E9E9E. Windows color (decimal): -8409443 or 10333823. OLE color: 10333823.
HSL color Cylindrical-coordinate representation of color #7FAE9D: hue angle of 158.3º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7FAE9D is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 174 | 157 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.32 |
| HSL | 158.3º | 0.22% | 0.59% | - |
| HSV(B) | 158.3º | 0.27% | 0.68% | - |
| XYZ | 29.97 | 37.22 | 37.5 | - |
| YUV | 158.01 | 127.43 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 174 | 157 | 0.27 | 0 | 0.10 | 0.32 | 158.3 | 0.22 | 0.59 |
| Hex | 7F | AE | 9D | 1B | 0 | A | 20 | 9E | 16 | 3B |
| Octal | 177 | 256 | 235 | 33 | 0 | 12 | 40 | 236 | 26 | 73 |
| Binary | 1111111 | 10101110 | 10011101 | 11011 | 0 | 1010 | 100000 | 10011110 | 10110 | 111011 |
Color Harmonies of #7FAE9D
Complementary color
Monochromatic Colors of #7FAE9D
Black with #7FAE9D
Text Example
Text Example
White with #7FAE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAE9D; }
p { color: rgb(127,174,157); }
H1.HeaderClassName
{
color: #7FAE9D;
}
.AnyTagClassName
{
color: #7FAE9D;
}
</style>
background-color css
<style>
a { background-color: #7FAE9D; }
a { background-color: rgb(127,174,157); }
div.DivClassName
{
background-color: #7FAE9D;
}
.BgClassName
{
background-color: #7FAE9D;
}
</style>
border-color css
<style>
span { border-color: #7FAE9D; }
span { border-color: rgb(127,174,157); }
td.TdClassName
{
border-color: #7FAE9D;
}
.TagClassName
{
border-color: #7FAE9D;
}
</style>