Shades of Acapulco #7CA69A
Tints of Acapulco #7CA69A
RGB
CMYK
RGB Variations
Color information
#7CA69A (or 0x7CA69A) is known color: Acapulco. HEX triplet: 7C, A6 and 9A. RGB value is (124,166,154). Sum of RGB (Red+Green+Blue) = 124+166+154=444 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.93% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 166 - color contains mainly: green. Hex color #7CA69A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA69A is #835965. Grayscale: #989898. Windows color (decimal): -8608102 or 10135164. OLE color: 10135164.
HSL color Cylindrical-coordinate representation of color #7CA69A: hue angle of 162.86º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7CA69A is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 124 | 166 | 154 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.35 |
| HSL | 162.86º | 0.19% | 0.57% | - |
| HSV(B) | 162.86º | 0.25% | 0.65% | - |
| XYZ | 27.78 | 33.89 | 35.65 | - |
| YUV | 152.07 | 129.09 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 166 | 154 | 0.25 | 0 | 0.07 | 0.35 | 162.86 | 0.19 | 0.57 |
| Hex | 7C | A6 | 9A | 19 | 0 | 7 | 23 | A3 | 13 | 39 |
| Octal | 174 | 246 | 232 | 31 | 0 | 7 | 43 | 243 | 23 | 71 |
| Binary | 1111100 | 10100110 | 10011010 | 11001 | 0 | 111 | 100011 | 10100011 | 10011 | 111001 |
Color Harmonies of #7CA69A
Complementary color
Monochromatic Colors of #7CA69A
Black with #7CA69A
Text Example
Text Example
White with #7CA69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA69A; }
p { color: rgb(124,166,154); }
H1.HeaderClassName
{
color: #7CA69A;
}
.AnyTagClassName
{
color: #7CA69A;
}
</style>
background-color css
<style>
a { background-color: #7CA69A; }
a { background-color: rgb(124,166,154); }
div.DivClassName
{
background-color: #7CA69A;
}
.BgClassName
{
background-color: #7CA69A;
}
</style>
border-color css
<style>
span { border-color: #7CA69A; }
span { border-color: rgb(124,166,154); }
td.TdClassName
{
border-color: #7CA69A;
}
.TagClassName
{
border-color: #7CA69A;
}
</style>