Shades of Monte Carlo #7ECABC
Tints of Monte Carlo #7ECABC
RGB
CMYK
RGB Variations
Color information
#7ECABC (or 0x7ECABC) is known color: Monte Carlo. HEX triplet: 7E, CA and BC. RGB value is (126,202,188). Sum of RGB (Red+Green+Blue) = 126+202+188=516 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.42% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 202 - color contains mainly: green. Hex color #7ECABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECABC is #813543. Grayscale: #B1B1B1. Windows color (decimal): -8467780 or 12372606. OLE color: 12372606.
HSL color Cylindrical-coordinate representation of color #7ECABC: hue angle of 168.95º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7ECABC is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 126 | 202 | 188 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.21 |
| HSL | 168.95º | 0.42% | 0.64% | - |
| HSV(B) | 168.95º | 0.38% | 0.79% | - |
| XYZ | 38.8 | 50.31 | 55.24 | - |
| YUV | 177.68 | 133.82 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 202 | 188 | 0.38 | 0 | 0.07 | 0.21 | 168.95 | 0.42 | 0.64 |
| Hex | 7E | CA | BC | 26 | 0 | 7 | 15 | A9 | 2A | 40 |
| Octal | 176 | 312 | 274 | 46 | 0 | 7 | 25 | 251 | 52 | 100 |
| Binary | 1111110 | 11001010 | 10111100 | 100110 | 0 | 111 | 10101 | 10101001 | 101010 | 1000000 |
Color Harmonies of #7ECABC
Complementary color
Monochromatic Colors of #7ECABC
Black with #7ECABC
Text Example
Text Example
White with #7ECABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECABC; }
p { color: rgb(126,202,188); }
H1.HeaderClassName
{
color: #7ECABC;
}
.AnyTagClassName
{
color: #7ECABC;
}
</style>
background-color css
<style>
a { background-color: #7ECABC; }
a { background-color: rgb(126,202,188); }
div.DivClassName
{
background-color: #7ECABC;
}
.BgClassName
{
background-color: #7ECABC;
}
</style>
border-color css
<style>
span { border-color: #7ECABC; }
span { border-color: rgb(126,202,188); }
td.TdClassName
{
border-color: #7ECABC;
}
.TagClassName
{
border-color: #7ECABC;
}
</style>