Shades of Monte Carlo #7DC0AB
Tints of Monte Carlo #7DC0AB
RGB
CMYK
RGB Variations
Color information
#7DC0AB (or 0x7DC0AB) is known color: Monte Carlo. HEX triplet: 7D, C0 and AB. RGB value is (125,192,171). Sum of RGB (Red+Green+Blue) = 125+192+171=488 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.61% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC0AB is #823F54. Grayscale: #A9A9A9. Windows color (decimal): -8535893 or 11255933. OLE color: 11255933.
HSL color Cylindrical-coordinate representation of color #7DC0AB: hue angle of 161.19º 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 #7DC0AB is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 171 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.25 |
| HSL | 161.19º | 0.35% | 0.62% | - |
| HSV(B) | 161.19º | 0.35% | 0.75% | - |
| XYZ | 34.66 | 45 | 45.39 | - |
| YUV | 169.57 | 128.8 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 171 | 0.35 | 0 | 0.11 | 0.25 | 161.19 | 0.35 | 0.62 |
| Hex | 7D | C0 | AB | 23 | 0 | B | 19 | A1 | 23 | 3E |
| Octal | 175 | 300 | 253 | 43 | 0 | 13 | 31 | 241 | 43 | 76 |
| Binary | 1111101 | 11000000 | 10101011 | 100011 | 0 | 1011 | 11001 | 10100001 | 100011 | 111110 |
Color Harmonies of #7DC0AB
Complementary color
Monochromatic Colors of #7DC0AB
Black with #7DC0AB
Text Example
Text Example
White with #7DC0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC0AB; }
p { color: rgb(125,192,171); }
H1.HeaderClassName
{
color: #7DC0AB;
}
.AnyTagClassName
{
color: #7DC0AB;
}
</style>
background-color css
<style>
a { background-color: #7DC0AB; }
a { background-color: rgb(125,192,171); }
div.DivClassName
{
background-color: #7DC0AB;
}
.BgClassName
{
background-color: #7DC0AB;
}
</style>
border-color css
<style>
span { border-color: #7DC0AB; }
span { border-color: rgb(125,192,171); }
td.TdClassName
{
border-color: #7DC0AB;
}
.TagClassName
{
border-color: #7DC0AB;
}
</style>