Shades of Acapulco #7AAD9D
Tints of Acapulco #7AAD9D
RGB
CMYK
RGB Variations
Color information
#7AAD9D (or 0x7AAD9D) is known color: Acapulco. HEX triplet: 7A, AD and 9D. RGB value is (122,173,157). Sum of RGB (Red+Green+Blue) = 122+173+157=452 (59% of max value = 765). Red value is 122 (48.05% from 255 or 26.99% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 173 - color contains mainly: green. Hex color #7AAD9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAD9D is #855262. Grayscale: #9B9B9B. Windows color (decimal): -8737379 or 10333562. OLE color: 10333562.
HSL color Cylindrical-coordinate representation of color #7AAD9D: hue angle of 161.18º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7AAD9D is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 173 | 157 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.32 |
| HSL | 161.18º | 0.24% | 0.58% | - |
| HSV(B) | 161.18º | 0.29% | 0.68% | - |
| XYZ | 29.06 | 36.46 | 37.4 | - |
| YUV | 155.93 | 128.6 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 173 | 157 | 0.29 | 0 | 0.09 | 0.32 | 161.18 | 0.24 | 0.58 |
| Hex | 7A | AD | 9D | 1D | 0 | 9 | 20 | A1 | 18 | 3A |
| Octal | 172 | 255 | 235 | 35 | 0 | 11 | 40 | 241 | 30 | 72 |
| Binary | 1111010 | 10101101 | 10011101 | 11101 | 0 | 1001 | 100000 | 10100001 | 11000 | 111010 |
Color Harmonies of #7AAD9D
Complementary color
Monochromatic Colors of #7AAD9D
Black with #7AAD9D
Text Example
Text Example
White with #7AAD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAD9D; }
p { color: rgb(122,173,157); }
H1.HeaderClassName
{
color: #7AAD9D;
}
.AnyTagClassName
{
color: #7AAD9D;
}
</style>
background-color css
<style>
a { background-color: #7AAD9D; }
a { background-color: rgb(122,173,157); }
div.DivClassName
{
background-color: #7AAD9D;
}
.BgClassName
{
background-color: #7AAD9D;
}
</style>
border-color css
<style>
span { border-color: #7AAD9D; }
span { border-color: rgb(122,173,157); }
td.TdClassName
{
border-color: #7AAD9D;
}
.TagClassName
{
border-color: #7AAD9D;
}
</style>