Shades of Acapulco #7AAD96
Tints of Acapulco #7AAD96
RGB
CMYK
RGB Variations
Color information
#7AAD96 (or 0x7AAD96) is known color: Acapulco. HEX triplet: 7A, AD and 96. RGB value is (122,173,150). Sum of RGB (Red+Green+Blue) = 122+173+150=445 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.42% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 173 - color contains mainly: green. Hex color #7AAD96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAD96 is #855269. Grayscale: #9B9B9B. Windows color (decimal): -8737386 or 9874810. OLE color: 9874810.
HSL color Cylindrical-coordinate representation of color #7AAD96: hue angle of 152.94º 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 #7AAD96 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 173 | 150 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.32 |
| HSL | 152.94º | 0.24% | 0.58% | - |
| HSV(B) | 152.94º | 0.29% | 0.68% | - |
| XYZ | 28.47 | 36.23 | 34.35 | - |
| YUV | 155.13 | 125.1 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 173 | 150 | 0.29 | 0 | 0.13 | 0.32 | 152.94 | 0.24 | 0.58 |
| Hex | 7A | AD | 96 | 1D | 0 | D | 20 | 99 | 18 | 3A |
| Octal | 172 | 255 | 226 | 35 | 0 | 15 | 40 | 231 | 30 | 72 |
| Binary | 1111010 | 10101101 | 10010110 | 11101 | 0 | 1101 | 100000 | 10011001 | 11000 | 111010 |
Color Harmonies of #7AAD96
Complementary color
Monochromatic Colors of #7AAD96
Black with #7AAD96
Text Example
Text Example
White with #7AAD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAD96; }
p { color: rgb(122,173,150); }
H1.HeaderClassName
{
color: #7AAD96;
}
.AnyTagClassName
{
color: #7AAD96;
}
</style>
background-color css
<style>
a { background-color: #7AAD96; }
a { background-color: rgb(122,173,150); }
div.DivClassName
{
background-color: #7AAD96;
}
.BgClassName
{
background-color: #7AAD96;
}
</style>
border-color css
<style>
span { border-color: #7AAD96; }
span { border-color: rgb(122,173,150); }
td.TdClassName
{
border-color: #7AAD96;
}
.TagClassName
{
border-color: #7AAD96;
}
</style>