Shades of Monte Carlo #7ECFAE
Tints of Monte Carlo #7ECFAE
RGB
CMYK
RGB Variations
Color information
#7ECFAE (or 0x7ECFAE) is known color: Monte Carlo. HEX triplet: 7E, CF and AE. RGB value is (126,207,174). Sum of RGB (Red+Green+Blue) = 126+207+174=507 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.85% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 207 - color contains mainly: green. Hex color #7ECFAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECFAE is #813051. Grayscale: #B3B3B3. Windows color (decimal): -8466514 or 11456382. OLE color: 11456382.
HSL color Cylindrical-coordinate representation of color #7ECFAE: hue angle of 155.56º 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 #7ECFAE is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 207 | 174 | - |
| CMYK | 0.39 | 0 | 0.16 | 0.19 |
| HSL | 155.56º | 0.46% | 0.65% | - |
| HSV(B) | 155.56º | 0.39% | 0.81% | - |
| XYZ | 38.56 | 52.12 | 48.07 | - |
| YUV | 179.02 | 125.16 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 207 | 174 | 0.39 | 0 | 0.16 | 0.19 | 155.56 | 0.46 | 0.65 |
| Hex | 7E | CF | AE | 27 | 0 | 10 | 13 | 9C | 2E | 41 |
| Octal | 176 | 317 | 256 | 47 | 0 | 20 | 23 | 234 | 56 | 101 |
| Binary | 1111110 | 11001111 | 10101110 | 100111 | 0 | 10000 | 10011 | 10011100 | 101110 | 1000001 |
Color Harmonies of #7ECFAE
Complementary color
Monochromatic Colors of #7ECFAE
Black with #7ECFAE
Text Example
Text Example
White with #7ECFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECFAE; }
p { color: rgb(126,207,174); }
H1.HeaderClassName
{
color: #7ECFAE;
}
.AnyTagClassName
{
color: #7ECFAE;
}
</style>
background-color css
<style>
a { background-color: #7ECFAE; }
a { background-color: rgb(126,207,174); }
div.DivClassName
{
background-color: #7ECFAE;
}
.BgClassName
{
background-color: #7ECFAE;
}
</style>
border-color css
<style>
span { border-color: #7ECFAE; }
span { border-color: rgb(126,207,174); }
td.TdClassName
{
border-color: #7ECFAE;
}
.TagClassName
{
border-color: #7ECFAE;
}
</style>