Shades of Acapulco #7DAC96
Tints of Acapulco #7DAC96
RGB
CMYK
RGB Variations
Color information
#7DAC96 (or 0x7DAC96) is known color: Acapulco. HEX triplet: 7D, AC and 96. RGB value is (125,172,150). Sum of RGB (Red+Green+Blue) = 125+172+150=447 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.96% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAC96 is #825369. Grayscale: #9B9B9B. Windows color (decimal): -8541034 or 9874557. OLE color: 9874557.
HSL color Cylindrical-coordinate representation of color #7DAC96: hue angle of 151.91º 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 #7DAC96 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 172 | 150 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.33 |
| HSL | 151.91º | 0.22% | 0.58% | - |
| HSV(B) | 151.91º | 0.27% | 0.67% | - |
| XYZ | 28.71 | 36.07 | 34.3 | - |
| YUV | 155.44 | 124.93 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 172 | 150 | 0.27 | 0 | 0.13 | 0.33 | 151.91 | 0.22 | 0.58 |
| Hex | 7D | AC | 96 | 1B | 0 | D | 21 | 98 | 16 | 3A |
| Octal | 175 | 254 | 226 | 33 | 0 | 15 | 41 | 230 | 26 | 72 |
| Binary | 1111101 | 10101100 | 10010110 | 11011 | 0 | 1101 | 100001 | 10011000 | 10110 | 111010 |
Color Harmonies of #7DAC96
Complementary color
Monochromatic Colors of #7DAC96
Black with #7DAC96
Text Example
Text Example
White with #7DAC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAC96; }
p { color: rgb(125,172,150); }
H1.HeaderClassName
{
color: #7DAC96;
}
.AnyTagClassName
{
color: #7DAC96;
}
</style>
background-color css
<style>
a { background-color: #7DAC96; }
a { background-color: rgb(125,172,150); }
div.DivClassName
{
background-color: #7DAC96;
}
.BgClassName
{
background-color: #7DAC96;
}
</style>
border-color css
<style>
span { border-color: #7DAC96; }
span { border-color: rgb(125,172,150); }
td.TdClassName
{
border-color: #7DAC96;
}
.TagClassName
{
border-color: #7DAC96;
}
</style>