Shades of Acapulco #7AB49C
Tints of Acapulco #7AB49C
RGB
CMYK
RGB Variations
Color information
#7AB49C (or 0x7AB49C) is known color: Acapulco. HEX triplet: 7A, B4 and 9C. RGB value is (122,180,156). Sum of RGB (Red+Green+Blue) = 122+180+156=458 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.64% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB49C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB49C is #854B63. Grayscale: #9F9F9F. Windows color (decimal): -8735588 or 10269818. OLE color: 10269818.
HSL color Cylindrical-coordinate representation of color #7AB49C: hue angle of 155.17º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7AB49C is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 180 | 156 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.29 |
| HSL | 155.17º | 0.28% | 0.59% | - |
| HSV(B) | 155.17º | 0.32% | 0.71% | - |
| XYZ | 30.35 | 39.18 | 37.42 | - |
| YUV | 159.92 | 125.78 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 180 | 156 | 0.32 | 0 | 0.13 | 0.29 | 155.17 | 0.28 | 0.59 |
| Hex | 7A | B4 | 9C | 20 | 0 | D | 1D | 9B | 1C | 3B |
| Octal | 172 | 264 | 234 | 40 | 0 | 15 | 35 | 233 | 34 | 73 |
| Binary | 1111010 | 10110100 | 10011100 | 100000 | 0 | 1101 | 11101 | 10011011 | 11100 | 111011 |
Color Harmonies of #7AB49C
Complementary color
Monochromatic Colors of #7AB49C
Black with #7AB49C
Text Example
Text Example
White with #7AB49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB49C; }
p { color: rgb(122,180,156); }
H1.HeaderClassName
{
color: #7AB49C;
}
.AnyTagClassName
{
color: #7AB49C;
}
</style>
background-color css
<style>
a { background-color: #7AB49C; }
a { background-color: rgb(122,180,156); }
div.DivClassName
{
background-color: #7AB49C;
}
.BgClassName
{
background-color: #7AB49C;
}
</style>
border-color css
<style>
span { border-color: #7AB49C; }
span { border-color: rgb(122,180,156); }
td.TdClassName
{
border-color: #7AB49C;
}
.TagClassName
{
border-color: #7AB49C;
}
</style>