Shades of Acapulco #7BA995
Tints of Acapulco #7BA995
RGB
CMYK
RGB Variations
Color information
#7BA995 (or 0x7BA995) is known color: Acapulco. HEX triplet: 7B, A9 and 95. RGB value is (123,169,149). Sum of RGB (Red+Green+Blue) = 123+169+149=441 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.89% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 169 - color contains mainly: green. Hex color #7BA995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA995 is #84566A. Grayscale: #999999. Windows color (decimal): -8672875 or 9808251. OLE color: 9808251.
HSL color Cylindrical-coordinate representation of color #7BA995: hue angle of 153.91º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7BA995 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 123 | 169 | 149 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.34 |
| HSL | 153.91º | 0.21% | 0.57% | - |
| HSV(B) | 153.91º | 0.27% | 0.66% | - |
| XYZ | 27.78 | 34.76 | 33.68 | - |
| YUV | 152.97 | 125.76 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 169 | 149 | 0.27 | 0 | 0.12 | 0.34 | 153.91 | 0.21 | 0.57 |
| Hex | 7B | A9 | 95 | 1B | 0 | C | 22 | 9A | 15 | 39 |
| Octal | 173 | 251 | 225 | 33 | 0 | 14 | 42 | 232 | 25 | 71 |
| Binary | 1111011 | 10101001 | 10010101 | 11011 | 0 | 1100 | 100010 | 10011010 | 10101 | 111001 |
Color Harmonies of #7BA995
Complementary color
Monochromatic Colors of #7BA995
Black with #7BA995
Text Example
Text Example
White with #7BA995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA995; }
p { color: rgb(123,169,149); }
H1.HeaderClassName
{
color: #7BA995;
}
.AnyTagClassName
{
color: #7BA995;
}
</style>
background-color css
<style>
a { background-color: #7BA995; }
a { background-color: rgb(123,169,149); }
div.DivClassName
{
background-color: #7BA995;
}
.BgClassName
{
background-color: #7BA995;
}
</style>
border-color css
<style>
span { border-color: #7BA995; }
span { border-color: rgb(123,169,149); }
td.TdClassName
{
border-color: #7BA995;
}
.TagClassName
{
border-color: #7BA995;
}
</style>