Shades of Acapulco #7DA690
Tints of Acapulco #7DA690
RGB
CMYK
RGB Variations
Color information
#7DA690 (or 0x7DA690) is known color: Acapulco. HEX triplet: 7D, A6 and 90. RGB value is (125,166,144). Sum of RGB (Red+Green+Blue) = 125+166+144=435 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.74% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 166 - color contains mainly: green. Hex color #7DA690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA690 is #82596F. Grayscale: #979797. Windows color (decimal): -8542576 or 9479805. OLE color: 9479805.
HSL color Cylindrical-coordinate representation of color #7DA690: hue angle of 147.8º 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 #7DA690 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 166 | 144 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.35 |
| HSL | 147.8º | 0.19% | 0.57% | - |
| HSV(B) | 147.8º | 0.25% | 0.65% | - |
| XYZ | 27.13 | 33.65 | 31.45 | - |
| YUV | 151.23 | 123.92 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 166 | 144 | 0.25 | 0 | 0.13 | 0.35 | 147.8 | 0.19 | 0.57 |
| Hex | 7D | A6 | 90 | 19 | 0 | D | 23 | 94 | 13 | 39 |
| Octal | 175 | 246 | 220 | 31 | 0 | 15 | 43 | 224 | 23 | 71 |
| Binary | 1111101 | 10100110 | 10010000 | 11001 | 0 | 1101 | 100011 | 10010100 | 10011 | 111001 |
Color Harmonies of #7DA690
Complementary color
Monochromatic Colors of #7DA690
Black with #7DA690
Text Example
Text Example
White with #7DA690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA690; }
p { color: rgb(125,166,144); }
H1.HeaderClassName
{
color: #7DA690;
}
.AnyTagClassName
{
color: #7DA690;
}
</style>
background-color css
<style>
a { background-color: #7DA690; }
a { background-color: rgb(125,166,144); }
div.DivClassName
{
background-color: #7DA690;
}
.BgClassName
{
background-color: #7DA690;
}
</style>
border-color css
<style>
span { border-color: #7DA690; }
span { border-color: rgb(125,166,144); }
td.TdClassName
{
border-color: #7DA690;
}
.TagClassName
{
border-color: #7DA690;
}
</style>