Shades of Acapulco #7ABBA1
Tints of Acapulco #7ABBA1
RGB
CMYK
RGB Variations
Color information
#7ABBA1 (or 0x7ABBA1) is known color: Acapulco. HEX triplet: 7A, BB and A1. RGB value is (122,187,161). Sum of RGB (Red+Green+Blue) = 122+187+161=470 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.96% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 161 (63.28% from 255 or 34.26% from 470); Max value from RGB is 187 - color contains mainly: green. Hex color #7ABBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABBA1 is #85445E. Grayscale: #A4A4A4. Windows color (decimal): -8733791 or 10599290. OLE color: 10599290.
HSL color Cylindrical-coordinate representation of color #7ABBA1: hue angle of 156º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7ABBA1 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 187 | 161 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.27 |
| HSL | 156º | 0.32% | 0.61% | - |
| HSV(B) | 156º | 0.35% | 0.73% | - |
| XYZ | 32.23 | 42.25 | 40.17 | - |
| YUV | 164.6 | 125.97 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 187 | 161 | 0.35 | 0 | 0.14 | 0.27 | 156 | 0.32 | 0.61 |
| Hex | 7A | BB | A1 | 23 | 0 | E | 1B | 9C | 20 | 3D |
| Octal | 172 | 273 | 241 | 43 | 0 | 16 | 33 | 234 | 40 | 75 |
| Binary | 1111010 | 10111011 | 10100001 | 100011 | 0 | 1110 | 11011 | 10011100 | 100000 | 111101 |
Color Harmonies of #7ABBA1
Complementary color
Monochromatic Colors of #7ABBA1
Black with #7ABBA1
Text Example
Text Example
White with #7ABBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABBA1; }
p { color: rgb(122,187,161); }
H1.HeaderClassName
{
color: #7ABBA1;
}
.AnyTagClassName
{
color: #7ABBA1;
}
</style>
background-color css
<style>
a { background-color: #7ABBA1; }
a { background-color: rgb(122,187,161); }
div.DivClassName
{
background-color: #7ABBA1;
}
.BgClassName
{
background-color: #7ABBA1;
}
</style>
border-color css
<style>
span { border-color: #7ABBA1; }
span { border-color: rgb(122,187,161); }
td.TdClassName
{
border-color: #7ABBA1;
}
.TagClassName
{
border-color: #7ABBA1;
}
</style>