Shades of Acapulco #7AB5A0
Tints of Acapulco #7AB5A0
RGB
CMYK
RGB Variations
Color information
#7AB5A0 (or 0x7AB5A0) is known color: Acapulco. HEX triplet: 7A, B5 and A0. RGB value is (122,181,160). Sum of RGB (Red+Green+Blue) = 122+181+160=463 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.35% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB5A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB5A0 is #854A5F. Grayscale: #A0A0A0. Windows color (decimal): -8735328 or 10532218. OLE color: 10532218.
HSL color Cylindrical-coordinate representation of color #7AB5A0: hue angle of 158.64º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7AB5A0 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 181 | 160 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.29 |
| HSL | 158.64º | 0.29% | 0.59% | - |
| HSV(B) | 158.64º | 0.33% | 0.71% | - |
| XYZ | 30.9 | 39.72 | 39.3 | - |
| YUV | 160.97 | 127.45 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 181 | 160 | 0.33 | 0 | 0.12 | 0.29 | 158.64 | 0.29 | 0.59 |
| Hex | 7A | B5 | A0 | 21 | 0 | C | 1D | 9F | 1D | 3B |
| Octal | 172 | 265 | 240 | 41 | 0 | 14 | 35 | 237 | 35 | 73 |
| Binary | 1111010 | 10110101 | 10100000 | 100001 | 0 | 1100 | 11101 | 10011111 | 11101 | 111011 |
Color Harmonies of #7AB5A0
Complementary color
Monochromatic Colors of #7AB5A0
Black with #7AB5A0
Text Example
Text Example
White with #7AB5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB5A0; }
p { color: rgb(122,181,160); }
H1.HeaderClassName
{
color: #7AB5A0;
}
.AnyTagClassName
{
color: #7AB5A0;
}
</style>
background-color css
<style>
a { background-color: #7AB5A0; }
a { background-color: rgb(122,181,160); }
div.DivClassName
{
background-color: #7AB5A0;
}
.BgClassName
{
background-color: #7AB5A0;
}
</style>
border-color css
<style>
span { border-color: #7AB5A0; }
span { border-color: rgb(122,181,160); }
td.TdClassName
{
border-color: #7AB5A0;
}
.TagClassName
{
border-color: #7AB5A0;
}
</style>