Shades of Monte Carlo #7DC8AD
Tints of Monte Carlo #7DC8AD
RGB
CMYK
RGB Variations
Color information
#7DC8AD (or 0x7DC8AD) is known color: Monte Carlo. HEX triplet: 7D, C8 and AD. RGB value is (125,200,173). Sum of RGB (Red+Green+Blue) = 125+200+173=498 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.10% from 498); Green value is 200 (78.52% from 255 or 40.16% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC8AD is #823752. Grayscale: #AEAEAE. Windows color (decimal): -8533843 or 11389053. OLE color: 11389053.
HSL color Cylindrical-coordinate representation of color #7DC8AD: hue angle of 158.4º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DC8AD is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 200 | 173 | - |
| CMYK | 0.38 | 0 | 0.14 | 0.22 |
| HSL | 158.4º | 0.41% | 0.64% | - |
| HSV(B) | 158.4º | 0.38% | 0.78% | - |
| XYZ | 36.65 | 48.69 | 47 | - |
| YUV | 174.5 | 127.15 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 200 | 173 | 0.38 | 0 | 0.14 | 0.22 | 158.4 | 0.41 | 0.64 |
| Hex | 7D | C8 | AD | 26 | 0 | E | 16 | 9E | 29 | 40 |
| Octal | 175 | 310 | 255 | 46 | 0 | 16 | 26 | 236 | 51 | 100 |
| Binary | 1111101 | 11001000 | 10101101 | 100110 | 0 | 1110 | 10110 | 10011110 | 101001 | 1000000 |
Color Harmonies of #7DC8AD
Complementary color
Monochromatic Colors of #7DC8AD
Black with #7DC8AD
Text Example
Text Example
White with #7DC8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC8AD; }
p { color: rgb(125,200,173); }
H1.HeaderClassName
{
color: #7DC8AD;
}
.AnyTagClassName
{
color: #7DC8AD;
}
</style>
background-color css
<style>
a { background-color: #7DC8AD; }
a { background-color: rgb(125,200,173); }
div.DivClassName
{
background-color: #7DC8AD;
}
.BgClassName
{
background-color: #7DC8AD;
}
</style>
border-color css
<style>
span { border-color: #7DC8AD; }
span { border-color: rgb(125,200,173); }
td.TdClassName
{
border-color: #7DC8AD;
}
.TagClassName
{
border-color: #7DC8AD;
}
</style>