Shades of Monte Carlo #7DC5AA
Tints of Monte Carlo #7DC5AA
RGB
CMYK
RGB Variations
Color information
#7DC5AA (or 0x7DC5AA) is known color: Monte Carlo. HEX triplet: 7D, C5 and AA. RGB value is (125,197,170). Sum of RGB (Red+Green+Blue) = 125+197+170=492 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.41% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC5AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC5AA is #823A55. Grayscale: #ACACAC. Windows color (decimal): -8534614 or 11191677. OLE color: 11191677.
HSL color Cylindrical-coordinate representation of color #7DC5AA: hue angle of 157.5º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7DC5AA is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 125 | 197 | 170 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.23 |
| HSL | 157.5º | 0.38% | 0.63% | - |
| HSV(B) | 157.5º | 0.37% | 0.77% | - |
| XYZ | 35.68 | 47.19 | 45.26 | - |
| YUV | 172.39 | 126.65 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 197 | 170 | 0.37 | 0 | 0.14 | 0.23 | 157.5 | 0.38 | 0.63 |
| Hex | 7D | C5 | AA | 25 | 0 | E | 17 | 9E | 26 | 3F |
| Octal | 175 | 305 | 252 | 45 | 0 | 16 | 27 | 236 | 46 | 77 |
| Binary | 1111101 | 11000101 | 10101010 | 100101 | 0 | 1110 | 10111 | 10011110 | 100110 | 111111 |
Color Harmonies of #7DC5AA
Complementary color
Monochromatic Colors of #7DC5AA
Black with #7DC5AA
Text Example
Text Example
White with #7DC5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC5AA; }
p { color: rgb(125,197,170); }
H1.HeaderClassName
{
color: #7DC5AA;
}
.AnyTagClassName
{
color: #7DC5AA;
}
</style>
background-color css
<style>
a { background-color: #7DC5AA; }
a { background-color: rgb(125,197,170); }
div.DivClassName
{
background-color: #7DC5AA;
}
.BgClassName
{
background-color: #7DC5AA;
}
</style>
border-color css
<style>
span { border-color: #7DC5AA; }
span { border-color: rgb(125,197,170); }
td.TdClassName
{
border-color: #7DC5AA;
}
.TagClassName
{
border-color: #7DC5AA;
}
</style>