Shades of Monte Carlo #7ECEAC
Tints of Monte Carlo #7ECEAC
RGB
CMYK
RGB Variations
Color information
#7ECEAC (or 0x7ECEAC) is known color: Monte Carlo. HEX triplet: 7E, CE and AC. RGB value is (126,206,172). Sum of RGB (Red+Green+Blue) = 126+206+172=504 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #7ECEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECEAC is #813153. Grayscale: #B2B2B2. Windows color (decimal): -8466772 or 11325054. OLE color: 11325054.
HSL color Cylindrical-coordinate representation of color #7ECEAC: hue angle of 154.5º 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 #7ECEAC is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 206 | 172 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.19 |
| HSL | 154.5º | 0.45% | 0.65% | - |
| HSV(B) | 154.5º | 0.39% | 0.81% | - |
| XYZ | 38.12 | 51.56 | 46.97 | - |
| YUV | 178.2 | 124.5 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 206 | 172 | 0.39 | 0 | 0.17 | 0.19 | 154.5 | 0.45 | 0.65 |
| Hex | 7E | CE | AC | 27 | 0 | 11 | 13 | 9A | 2D | 41 |
| Octal | 176 | 316 | 254 | 47 | 0 | 21 | 23 | 232 | 55 | 101 |
| Binary | 1111110 | 11001110 | 10101100 | 100111 | 0 | 10001 | 10011 | 10011010 | 101101 | 1000001 |
Color Harmonies of #7ECEAC
Complementary color
Monochromatic Colors of #7ECEAC
Black with #7ECEAC
Text Example
Text Example
White with #7ECEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECEAC; }
p { color: rgb(126,206,172); }
H1.HeaderClassName
{
color: #7ECEAC;
}
.AnyTagClassName
{
color: #7ECEAC;
}
</style>
background-color css
<style>
a { background-color: #7ECEAC; }
a { background-color: rgb(126,206,172); }
div.DivClassName
{
background-color: #7ECEAC;
}
.BgClassName
{
background-color: #7ECEAC;
}
</style>
border-color css
<style>
span { border-color: #7ECEAC; }
span { border-color: rgb(126,206,172); }
td.TdClassName
{
border-color: #7ECEAC;
}
.TagClassName
{
border-color: #7ECEAC;
}
</style>