Shades of Acapulco #7DAC98
Tints of Acapulco #7DAC98
RGB
CMYK
RGB Variations
Color information
#7DAC98 (or 0x7DAC98) is known color: Acapulco. HEX triplet: 7D, AC and 98. RGB value is (125,172,152). Sum of RGB (Red+Green+Blue) = 125+172+152=449 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.84% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAC98 is #825367. Grayscale: #9B9B9B. Windows color (decimal): -8541032 or 10005629. OLE color: 10005629.
HSL color Cylindrical-coordinate representation of color #7DAC98: hue angle of 154.47º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7DAC98 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 172 | 152 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.33 |
| HSL | 154.47º | 0.22% | 0.58% | - |
| HSV(B) | 154.47º | 0.27% | 0.67% | - |
| XYZ | 28.88 | 36.13 | 35.16 | - |
| YUV | 155.67 | 125.93 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 152 | 0.27 | 0 | 0.12 | 0.33 | 154.47 | 0.22 | 0.58 |
| Hex | 7D | AC | 98 | 1B | 0 | C | 21 | 9A | 16 | 3A |
| Octal | 175 | 254 | 230 | 33 | 0 | 14 | 41 | 232 | 26 | 72 |
| Binary | 1111101 | 10101100 | 10011000 | 11011 | 0 | 1100 | 100001 | 10011010 | 10110 | 111010 |
Color Harmonies of #7DAC98
Complementary color
Monochromatic Colors of #7DAC98
Black with #7DAC98
Text Example
Text Example
White with #7DAC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAC98; }
p { color: rgb(125,172,152); }
H1.HeaderClassName
{
color: #7DAC98;
}
.AnyTagClassName
{
color: #7DAC98;
}
</style>
background-color css
<style>
a { background-color: #7DAC98; }
a { background-color: rgb(125,172,152); }
div.DivClassName
{
background-color: #7DAC98;
}
.BgClassName
{
background-color: #7DAC98;
}
</style>
border-color css
<style>
span { border-color: #7DAC98; }
span { border-color: rgb(125,172,152); }
td.TdClassName
{
border-color: #7DAC98;
}
.TagClassName
{
border-color: #7DAC98;
}
</style>