Shades of Acapulco #7BAC96
Tints of Acapulco #7BAC96
RGB
CMYK
RGB Variations
Color information
#7BAC96 (or 0x7BAC96) is known color: Acapulco. HEX triplet: 7B, AC and 96. RGB value is (123,172,150). Sum of RGB (Red+Green+Blue) = 123+172+150=445 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.64% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 172 - color contains mainly: green. Hex color #7BAC96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAC96 is #845369. Grayscale: #9A9A9A. Windows color (decimal): -8672106 or 9874555. OLE color: 9874555.
HSL color Cylindrical-coordinate representation of color #7BAC96: hue angle of 153.06º degrees, saturation: 0.23, 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 #7BAC96 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 172 | 150 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.33 |
| HSL | 153.06º | 0.23% | 0.58% | - |
| HSV(B) | 153.06º | 0.28% | 0.67% | - |
| XYZ | 28.43 | 35.92 | 34.29 | - |
| YUV | 154.84 | 125.27 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 172 | 150 | 0.28 | 0 | 0.13 | 0.33 | 153.06 | 0.23 | 0.58 |
| Hex | 7B | AC | 96 | 1C | 0 | D | 21 | 99 | 17 | 3A |
| Octal | 173 | 254 | 226 | 34 | 0 | 15 | 41 | 231 | 27 | 72 |
| Binary | 1111011 | 10101100 | 10010110 | 11100 | 0 | 1101 | 100001 | 10011001 | 10111 | 111010 |
Color Harmonies of #7BAC96
Complementary color
Monochromatic Colors of #7BAC96
Black with #7BAC96
Text Example
Text Example
White with #7BAC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAC96; }
p { color: rgb(123,172,150); }
H1.HeaderClassName
{
color: #7BAC96;
}
.AnyTagClassName
{
color: #7BAC96;
}
</style>
background-color css
<style>
a { background-color: #7BAC96; }
a { background-color: rgb(123,172,150); }
div.DivClassName
{
background-color: #7BAC96;
}
.BgClassName
{
background-color: #7BAC96;
}
</style>
border-color css
<style>
span { border-color: #7BAC96; }
span { border-color: rgb(123,172,150); }
td.TdClassName
{
border-color: #7BAC96;
}
.TagClassName
{
border-color: #7BAC96;
}
</style>