Shades of Monte Carlo #7DC0AD
Tints of Monte Carlo #7DC0AD
RGB
CMYK
RGB Variations
Color information
#7DC0AD (or 0x7DC0AD) is known color: Monte Carlo. HEX triplet: 7D, C0 and AD. RGB value is (125,192,173). Sum of RGB (Red+Green+Blue) = 125+192+173=490 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.51% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC0AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC0AD is #823F52. Grayscale: #A9A9A9. Windows color (decimal): -8535891 or 11387005. OLE color: 11387005.
HSL color Cylindrical-coordinate representation of color #7DC0AD: hue angle of 162.99º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DC0AD is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 173 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.25 |
| HSL | 162.99º | 0.35% | 0.62% | - |
| HSV(B) | 162.99º | 0.35% | 0.75% | - |
| XYZ | 34.85 | 45.08 | 46.4 | - |
| YUV | 169.8 | 129.8 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 173 | 0.35 | 0 | 0.10 | 0.25 | 162.99 | 0.35 | 0.62 |
| Hex | 7D | C0 | AD | 23 | 0 | A | 19 | A3 | 23 | 3E |
| Octal | 175 | 300 | 255 | 43 | 0 | 12 | 31 | 243 | 43 | 76 |
| Binary | 1111101 | 11000000 | 10101101 | 100011 | 0 | 1010 | 11001 | 10100011 | 100011 | 111110 |
Color Harmonies of #7DC0AD
Complementary color
Monochromatic Colors of #7DC0AD
Black with #7DC0AD
Text Example
Text Example
White with #7DC0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC0AD; }
p { color: rgb(125,192,173); }
H1.HeaderClassName
{
color: #7DC0AD;
}
.AnyTagClassName
{
color: #7DC0AD;
}
</style>
background-color css
<style>
a { background-color: #7DC0AD; }
a { background-color: rgb(125,192,173); }
div.DivClassName
{
background-color: #7DC0AD;
}
.BgClassName
{
background-color: #7DC0AD;
}
</style>
border-color css
<style>
span { border-color: #7DC0AD; }
span { border-color: rgb(125,192,173); }
td.TdClassName
{
border-color: #7DC0AD;
}
.TagClassName
{
border-color: #7DC0AD;
}
</style>