Shades of Acapulco #7AAF99
Tints of Acapulco #7AAF99
RGB
CMYK
RGB Variations
Color information
#7AAF99 (or 0x7AAF99) is known color: Acapulco. HEX triplet: 7A, AF and 99. RGB value is (122,175,153). Sum of RGB (Red+Green+Blue) = 122+175+153=450 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.11% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAF99 is #855066. Grayscale: #9C9C9C. Windows color (decimal): -8736871 or 10071930. OLE color: 10071930.
HSL color Cylindrical-coordinate representation of color #7AAF99: hue angle of 155.09º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7AAF99 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 175 | 153 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.31 |
| HSL | 155.09º | 0.25% | 0.58% | - |
| HSV(B) | 155.09º | 0.3% | 0.69% | - |
| XYZ | 29.11 | 37.1 | 35.76 | - |
| YUV | 156.65 | 125.94 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 153 | 0.30 | 0 | 0.13 | 0.31 | 155.09 | 0.25 | 0.58 |
| Hex | 7A | AF | 99 | 1E | 0 | D | 1F | 9B | 19 | 3A |
| Octal | 172 | 257 | 231 | 36 | 0 | 15 | 37 | 233 | 31 | 72 |
| Binary | 1111010 | 10101111 | 10011001 | 11110 | 0 | 1101 | 11111 | 10011011 | 11001 | 111010 |
Color Harmonies of #7AAF99
Complementary color
Monochromatic Colors of #7AAF99
Black with #7AAF99
Text Example
Text Example
White with #7AAF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAF99; }
p { color: rgb(122,175,153); }
H1.HeaderClassName
{
color: #7AAF99;
}
.AnyTagClassName
{
color: #7AAF99;
}
</style>
background-color css
<style>
a { background-color: #7AAF99; }
a { background-color: rgb(122,175,153); }
div.DivClassName
{
background-color: #7AAF99;
}
.BgClassName
{
background-color: #7AAF99;
}
</style>
border-color css
<style>
span { border-color: #7AAF99; }
span { border-color: rgb(122,175,153); }
td.TdClassName
{
border-color: #7AAF99;
}
.TagClassName
{
border-color: #7AAF99;
}
</style>