Shades of Monte Carlo #7ECEB2
Tints of Monte Carlo #7ECEB2
RGB
CMYK
RGB Variations
Color information
#7ECEB2 (or 0x7ECEB2) is known color: Monte Carlo. HEX triplet: 7E, CE and B2. RGB value is (126,206,178). Sum of RGB (Red+Green+Blue) = 126+206+178=510 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.71% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 206 - color contains mainly: green. Hex color #7ECEB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECEB2 is #81314D. Grayscale: #B2B2B2. Windows color (decimal): -8466766 or 11718270. OLE color: 11718270.
HSL color Cylindrical-coordinate representation of color #7ECEB2: hue angle of 159º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ECEB2 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 206 | 178 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.19 |
| HSL | 159º | 0.45% | 0.65% | - |
| HSV(B) | 159º | 0.39% | 0.81% | - |
| XYZ | 38.71 | 51.79 | 50.08 | - |
| YUV | 178.89 | 127.5 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 206 | 178 | 0.39 | 0 | 0.14 | 0.19 | 159 | 0.45 | 0.65 |
| Hex | 7E | CE | B2 | 27 | 0 | E | 13 | 9F | 2D | 41 |
| Octal | 176 | 316 | 262 | 47 | 0 | 16 | 23 | 237 | 55 | 101 |
| Binary | 1111110 | 11001110 | 10110010 | 100111 | 0 | 1110 | 10011 | 10011111 | 101101 | 1000001 |
Color Harmonies of #7ECEB2
Complementary color
Monochromatic Colors of #7ECEB2
Black with #7ECEB2
Text Example
Text Example
White with #7ECEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECEB2; }
p { color: rgb(126,206,178); }
H1.HeaderClassName
{
color: #7ECEB2;
}
.AnyTagClassName
{
color: #7ECEB2;
}
</style>
background-color css
<style>
a { background-color: #7ECEB2; }
a { background-color: rgb(126,206,178); }
div.DivClassName
{
background-color: #7ECEB2;
}
.BgClassName
{
background-color: #7ECEB2;
}
</style>
border-color css
<style>
span { border-color: #7ECEB2; }
span { border-color: rgb(126,206,178); }
td.TdClassName
{
border-color: #7ECEB2;
}
.TagClassName
{
border-color: #7ECEB2;
}
</style>