Shades of Acapulco #7AAF9F
Tints of Acapulco #7AAF9F
RGB
CMYK
RGB Variations
Color information
#7AAF9F (or 0x7AAF9F) is known color: Acapulco. HEX triplet: 7A, AF and 9F. RGB value is (122,175,159). Sum of RGB (Red+Green+Blue) = 122+175+159=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 159 (62.5% from 255 or 34.87% from 456); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAF9F is #855060. Grayscale: #9D9D9D. Windows color (decimal): -8736865 or 10465146. OLE color: 10465146.
HSL color Cylindrical-coordinate representation of color #7AAF9F: hue angle of 161.89º 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 #7AAF9F is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 175 | 159 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.31 |
| HSL | 161.89º | 0.25% | 0.58% | - |
| HSV(B) | 161.89º | 0.3% | 0.69% | - |
| XYZ | 29.61 | 37.3 | 38.44 | - |
| YUV | 157.33 | 128.94 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 159 | 0.30 | 0 | 0.09 | 0.31 | 161.89 | 0.25 | 0.58 |
| Hex | 7A | AF | 9F | 1E | 0 | 9 | 1F | A2 | 19 | 3A |
| Octal | 172 | 257 | 237 | 36 | 0 | 11 | 37 | 242 | 31 | 72 |
| Binary | 1111010 | 10101111 | 10011111 | 11110 | 0 | 1001 | 11111 | 10100010 | 11001 | 111010 |
Color Harmonies of #7AAF9F
Complementary color
Monochromatic Colors of #7AAF9F
Black with #7AAF9F
Text Example
Text Example
White with #7AAF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAF9F; }
p { color: rgb(122,175,159); }
H1.HeaderClassName
{
color: #7AAF9F;
}
.AnyTagClassName
{
color: #7AAF9F;
}
</style>
background-color css
<style>
a { background-color: #7AAF9F; }
a { background-color: rgb(122,175,159); }
div.DivClassName
{
background-color: #7AAF9F;
}
.BgClassName
{
background-color: #7AAF9F;
}
</style>
border-color css
<style>
span { border-color: #7AAF9F; }
span { border-color: rgb(122,175,159); }
td.TdClassName
{
border-color: #7AAF9F;
}
.TagClassName
{
border-color: #7AAF9F;
}
</style>