Shades of Monte Carlo #7ECCBA
Tints of Monte Carlo #7ECCBA
RGB
CMYK
RGB Variations
Color information
#7ECCBA (or 0x7ECCBA) is known color: Monte Carlo. HEX triplet: 7E, CC and BA. RGB value is (126,204,186). Sum of RGB (Red+Green+Blue) = 126+204+186=516 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.42% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 204 - color contains mainly: green. Hex color #7ECCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECCBA is #813345. Grayscale: #B2B2B2. Windows color (decimal): -8467270 or 12242046. OLE color: 12242046.
HSL color Cylindrical-coordinate representation of color #7ECCBA: hue angle of 166.15º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7ECCBA is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 126 | 204 | 186 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.2 |
| HSL | 166.15º | 0.43% | 0.65% | - |
| HSV(B) | 166.15º | 0.38% | 0.8% | - |
| XYZ | 39.06 | 51.17 | 54.27 | - |
| YUV | 178.63 | 132.16 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 204 | 186 | 0.38 | 0 | 0.09 | 0.2 | 166.15 | 0.43 | 0.65 |
| Hex | 7E | CC | BA | 26 | 0 | 9 | 14 | A6 | 2B | 41 |
| Octal | 176 | 314 | 272 | 46 | 0 | 11 | 24 | 246 | 53 | 101 |
| Binary | 1111110 | 11001100 | 10111010 | 100110 | 0 | 1001 | 10100 | 10100110 | 101011 | 1000001 |
Color Harmonies of #7ECCBA
Complementary color
Monochromatic Colors of #7ECCBA
Black with #7ECCBA
Text Example
Text Example
White with #7ECCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECCBA; }
p { color: rgb(126,204,186); }
H1.HeaderClassName
{
color: #7ECCBA;
}
.AnyTagClassName
{
color: #7ECCBA;
}
</style>
background-color css
<style>
a { background-color: #7ECCBA; }
a { background-color: rgb(126,204,186); }
div.DivClassName
{
background-color: #7ECCBA;
}
.BgClassName
{
background-color: #7ECCBA;
}
</style>
border-color css
<style>
span { border-color: #7ECCBA; }
span { border-color: rgb(126,204,186); }
td.TdClassName
{
border-color: #7ECCBA;
}
.TagClassName
{
border-color: #7ECCBA;
}
</style>