Shades of Monte Carlo #7ECFAC
Tints of Monte Carlo #7ECFAC
RGB
CMYK
RGB Variations
Color information
#7ECFAC (or 0x7ECFAC) is known color: Monte Carlo. HEX triplet: 7E, CF and AC. RGB value is (126,207,172). Sum of RGB (Red+Green+Blue) = 126+207+172=505 (66% of max value = 765). Red value is 126 (49.61% from 255 or 24.95% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 207 - color contains mainly: green. Hex color #7ECFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECFAC is #813053. Grayscale: #B2B2B2. Windows color (decimal): -8466516 or 11325310. OLE color: 11325310.
HSL color Cylindrical-coordinate representation of color #7ECFAC: hue angle of 154.07º degrees, saturation: 0.46, 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 #7ECFAC is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 207 | 172 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.19 |
| HSL | 154.07º | 0.46% | 0.65% | - |
| HSV(B) | 154.07º | 0.39% | 0.81% | - |
| XYZ | 38.36 | 52.04 | 47.05 | - |
| YUV | 178.79 | 124.16 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 207 | 172 | 0.39 | 0 | 0.17 | 0.19 | 154.07 | 0.46 | 0.65 |
| Hex | 7E | CF | AC | 27 | 0 | 11 | 13 | 9A | 2E | 41 |
| Octal | 176 | 317 | 254 | 47 | 0 | 21 | 23 | 232 | 56 | 101 |
| Binary | 1111110 | 11001111 | 10101100 | 100111 | 0 | 10001 | 10011 | 10011010 | 101110 | 1000001 |
Color Harmonies of #7ECFAC
Complementary color
Monochromatic Colors of #7ECFAC
Black with #7ECFAC
Text Example
Text Example
White with #7ECFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECFAC; }
p { color: rgb(126,207,172); }
H1.HeaderClassName
{
color: #7ECFAC;
}
.AnyTagClassName
{
color: #7ECFAC;
}
</style>
background-color css
<style>
a { background-color: #7ECFAC; }
a { background-color: rgb(126,207,172); }
div.DivClassName
{
background-color: #7ECFAC;
}
.BgClassName
{
background-color: #7ECFAC;
}
</style>
border-color css
<style>
span { border-color: #7ECFAC; }
span { border-color: rgb(126,207,172); }
td.TdClassName
{
border-color: #7ECFAC;
}
.TagClassName
{
border-color: #7ECFAC;
}
</style>