Shades of Acapulco #7DB49E
Tints of Acapulco #7DB49E
RGB
CMYK
RGB Variations
Color information
#7DB49E (or 0x7DB49E) is known color: Acapulco. HEX triplet: 7D, B4 and 9E. RGB value is (125,180,158). Sum of RGB (Red+Green+Blue) = 125+180+158=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB49E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB49E is #824B61. Grayscale: #A1A1A1. Windows color (decimal): -8538978 or 10400893. OLE color: 10400893.
HSL color Cylindrical-coordinate representation of color #7DB49E: hue angle of 156º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7DB49E is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 180 | 158 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.29 |
| HSL | 156º | 0.27% | 0.6% | - |
| HSV(B) | 156º | 0.31% | 0.71% | - |
| XYZ | 30.95 | 39.47 | 38.34 | - |
| YUV | 161.05 | 126.28 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 180 | 158 | 0.31 | 0 | 0.12 | 0.29 | 156 | 0.27 | 0.6 |
| Hex | 7D | B4 | 9E | 1F | 0 | C | 1D | 9C | 1B | 3C |
| Octal | 175 | 264 | 236 | 37 | 0 | 14 | 35 | 234 | 33 | 74 |
| Binary | 1111101 | 10110100 | 10011110 | 11111 | 0 | 1100 | 11101 | 10011100 | 11011 | 111100 |
Color Harmonies of #7DB49E
Complementary color
Monochromatic Colors of #7DB49E
Black with #7DB49E
Text Example
Text Example
White with #7DB49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB49E; }
p { color: rgb(125,180,158); }
H1.HeaderClassName
{
color: #7DB49E;
}
.AnyTagClassName
{
color: #7DB49E;
}
</style>
background-color css
<style>
a { background-color: #7DB49E; }
a { background-color: rgb(125,180,158); }
div.DivClassName
{
background-color: #7DB49E;
}
.BgClassName
{
background-color: #7DB49E;
}
</style>
border-color css
<style>
span { border-color: #7DB49E; }
span { border-color: rgb(125,180,158); }
td.TdClassName
{
border-color: #7DB49E;
}
.TagClassName
{
border-color: #7DB49E;
}
</style>