Shades of Acapulco #7CAC96
Tints of Acapulco #7CAC96
RGB
CMYK
RGB Variations
Color information
#7CAC96 (or 0x7CAC96) is known color: Acapulco. HEX triplet: 7C, AC and 96. RGB value is (124,172,150). Sum of RGB (Red+Green+Blue) = 124+172+150=446 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.80% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAC96 is #835369. Grayscale: #9B9B9B. Windows color (decimal): -8606570 or 9874556. OLE color: 9874556.
HSL color Cylindrical-coordinate representation of color #7CAC96: hue angle of 152.5º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7CAC96 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 172 | 150 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.33 |
| HSL | 152.5º | 0.22% | 0.58% | - |
| HSV(B) | 152.5º | 0.28% | 0.67% | - |
| XYZ | 28.57 | 35.99 | 34.3 | - |
| YUV | 155.14 | 125.1 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 172 | 150 | 0.28 | 0 | 0.13 | 0.33 | 152.5 | 0.22 | 0.58 |
| Hex | 7C | AC | 96 | 1C | 0 | D | 21 | 98 | 16 | 3A |
| Octal | 174 | 254 | 226 | 34 | 0 | 15 | 41 | 230 | 26 | 72 |
| Binary | 1111100 | 10101100 | 10010110 | 11100 | 0 | 1101 | 100001 | 10011000 | 10110 | 111010 |
Color Harmonies of #7CAC96
Complementary color
Monochromatic Colors of #7CAC96
Black with #7CAC96
Text Example
Text Example
White with #7CAC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAC96; }
p { color: rgb(124,172,150); }
H1.HeaderClassName
{
color: #7CAC96;
}
.AnyTagClassName
{
color: #7CAC96;
}
</style>
background-color css
<style>
a { background-color: #7CAC96; }
a { background-color: rgb(124,172,150); }
div.DivClassName
{
background-color: #7CAC96;
}
.BgClassName
{
background-color: #7CAC96;
}
</style>
border-color css
<style>
span { border-color: #7CAC96; }
span { border-color: rgb(124,172,150); }
td.TdClassName
{
border-color: #7CAC96;
}
.TagClassName
{
border-color: #7CAC96;
}
</style>