Shades of Acapulco #7DB39C
Tints of Acapulco #7DB39C
RGB
CMYK
RGB Variations
Color information
#7DB39C (or 0x7DB39C) is known color: Acapulco. HEX triplet: 7D, B3 and 9C. RGB value is (125,179,156). Sum of RGB (Red+Green+Blue) = 125+179+156=460 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.17% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB39C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB39C is #824C63. Grayscale: #A0A0A0. Windows color (decimal): -8539236 or 10269565. OLE color: 10269565.
HSL color Cylindrical-coordinate representation of color #7DB39C: hue angle of 154.44º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7DB39C is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 179 | 156 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.30 |
| HSL | 154.44º | 0.26% | 0.6% | - |
| HSV(B) | 154.44º | 0.3% | 0.7% | - |
| XYZ | 30.58 | 39 | 37.37 | - |
| YUV | 160.23 | 125.61 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 179 | 156 | 0.30 | 0 | 0.13 | 0.30 | 154.44 | 0.26 | 0.6 |
| Hex | 7D | B3 | 9C | 1E | 0 | D | 1E | 9A | 1A | 3C |
| Octal | 175 | 263 | 234 | 36 | 0 | 15 | 36 | 232 | 32 | 74 |
| Binary | 1111101 | 10110011 | 10011100 | 11110 | 0 | 1101 | 11110 | 10011010 | 11010 | 111100 |
Color Harmonies of #7DB39C
Complementary color
Monochromatic Colors of #7DB39C
Black with #7DB39C
Text Example
Text Example
White with #7DB39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB39C; }
p { color: rgb(125,179,156); }
H1.HeaderClassName
{
color: #7DB39C;
}
.AnyTagClassName
{
color: #7DB39C;
}
</style>
background-color css
<style>
a { background-color: #7DB39C; }
a { background-color: rgb(125,179,156); }
div.DivClassName
{
background-color: #7DB39C;
}
.BgClassName
{
background-color: #7DB39C;
}
</style>
border-color css
<style>
span { border-color: #7DB39C; }
span { border-color: rgb(125,179,156); }
td.TdClassName
{
border-color: #7DB39C;
}
.TagClassName
{
border-color: #7DB39C;
}
</style>