Shades of Monte Carlo #7ECDB0
Tints of Monte Carlo #7ECDB0
RGB
CMYK
RGB Variations
Color information
#7ECDB0 (or 0x7ECDB0) is known color: Monte Carlo. HEX triplet: 7E, CD and B0. RGB value is (126,205,176). Sum of RGB (Red+Green+Blue) = 126+205+176=507 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.85% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #7ECDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECDB0 is #81324F. Grayscale: #B2B2B2. Windows color (decimal): -8467024 or 11586942. OLE color: 11586942.
HSL color Cylindrical-coordinate representation of color #7ECDB0: hue angle of 157.97º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ECDB0 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 205 | 176 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.20 |
| HSL | 157.97º | 0.44% | 0.65% | - |
| HSV(B) | 157.97º | 0.39% | 0.8% | - |
| XYZ | 38.27 | 51.23 | 48.95 | - |
| YUV | 178.07 | 126.83 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 205 | 176 | 0.39 | 0 | 0.14 | 0.20 | 157.97 | 0.44 | 0.65 |
| Hex | 7E | CD | B0 | 27 | 0 | E | 14 | 9E | 2C | 41 |
| Octal | 176 | 315 | 260 | 47 | 0 | 16 | 24 | 236 | 54 | 101 |
| Binary | 1111110 | 11001101 | 10110000 | 100111 | 0 | 1110 | 10100 | 10011110 | 101100 | 1000001 |
Color Harmonies of #7ECDB0
Complementary color
Monochromatic Colors of #7ECDB0
Black with #7ECDB0
Text Example
Text Example
White with #7ECDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECDB0; }
p { color: rgb(126,205,176); }
H1.HeaderClassName
{
color: #7ECDB0;
}
.AnyTagClassName
{
color: #7ECDB0;
}
</style>
background-color css
<style>
a { background-color: #7ECDB0; }
a { background-color: rgb(126,205,176); }
div.DivClassName
{
background-color: #7ECDB0;
}
.BgClassName
{
background-color: #7ECDB0;
}
</style>
border-color css
<style>
span { border-color: #7ECDB0; }
span { border-color: rgb(126,205,176); }
td.TdClassName
{
border-color: #7ECDB0;
}
.TagClassName
{
border-color: #7ECDB0;
}
</style>