Shades of Monte Carlo #7DC0AA
Tints of Monte Carlo #7DC0AA
RGB
CMYK
RGB Variations
Color information
#7DC0AA (or 0x7DC0AA) is known color: Monte Carlo. HEX triplet: 7D, C0 and AA. RGB value is (125,192,170). Sum of RGB (Red+Green+Blue) = 125+192+170=487 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.67% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC0AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC0AA is #823F55. Grayscale: #A9A9A9. Windows color (decimal): -8535894 or 11190397. OLE color: 11190397.
HSL color Cylindrical-coordinate representation of color #7DC0AA: hue angle of 160.3º 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 #7DC0AA is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 170 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.25 |
| HSL | 160.3º | 0.35% | 0.62% | - |
| HSV(B) | 160.3º | 0.35% | 0.75% | - |
| XYZ | 34.56 | 44.96 | 44.89 | - |
| YUV | 169.46 | 128.3 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 170 | 0.35 | 0 | 0.11 | 0.25 | 160.3 | 0.35 | 0.62 |
| Hex | 7D | C0 | AA | 23 | 0 | B | 19 | A0 | 23 | 3E |
| Octal | 175 | 300 | 252 | 43 | 0 | 13 | 31 | 240 | 43 | 76 |
| Binary | 1111101 | 11000000 | 10101010 | 100011 | 0 | 1011 | 11001 | 10100000 | 100011 | 111110 |
Color Harmonies of #7DC0AA
Complementary color
Monochromatic Colors of #7DC0AA
Black with #7DC0AA
Text Example
Text Example
White with #7DC0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC0AA; }
p { color: rgb(125,192,170); }
H1.HeaderClassName
{
color: #7DC0AA;
}
.AnyTagClassName
{
color: #7DC0AA;
}
</style>
background-color css
<style>
a { background-color: #7DC0AA; }
a { background-color: rgb(125,192,170); }
div.DivClassName
{
background-color: #7DC0AA;
}
.BgClassName
{
background-color: #7DC0AA;
}
</style>
border-color css
<style>
span { border-color: #7DC0AA; }
span { border-color: rgb(125,192,170); }
td.TdClassName
{
border-color: #7DC0AA;
}
.TagClassName
{
border-color: #7DC0AA;
}
</style>