Shades of Monte Carlo #7ECBB6
Tints of Monte Carlo #7ECBB6
RGB
CMYK
RGB Variations
Color information
#7ECBB6 (or 0x7ECBB6) is known color: Monte Carlo. HEX triplet: 7E, CB and B6. RGB value is (126,203,182). Sum of RGB (Red+Green+Blue) = 126+203+182=511 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.66% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 203 - color contains mainly: green. Hex color #7ECBB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECBB6 is #813449. Grayscale: #B1B1B1. Windows color (decimal): -8467530 or 11979646. OLE color: 11979646.
HSL color Cylindrical-coordinate representation of color #7ECBB6: hue angle of 163.64º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7ECBB6 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 203 | 182 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.20 |
| HSL | 163.64º | 0.43% | 0.65% | - |
| HSV(B) | 163.64º | 0.38% | 0.8% | - |
| XYZ | 38.4 | 50.52 | 51.98 | - |
| YUV | 177.58 | 130.49 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 203 | 182 | 0.38 | 0 | 0.10 | 0.20 | 163.64 | 0.43 | 0.65 |
| Hex | 7E | CB | B6 | 26 | 0 | A | 14 | A4 | 2B | 41 |
| Octal | 176 | 313 | 266 | 46 | 0 | 12 | 24 | 244 | 53 | 101 |
| Binary | 1111110 | 11001011 | 10110110 | 100110 | 0 | 1010 | 10100 | 10100100 | 101011 | 1000001 |
Color Harmonies of #7ECBB6
Complementary color
Monochromatic Colors of #7ECBB6
Black with #7ECBB6
Text Example
Text Example
White with #7ECBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECBB6; }
p { color: rgb(126,203,182); }
H1.HeaderClassName
{
color: #7ECBB6;
}
.AnyTagClassName
{
color: #7ECBB6;
}
</style>
background-color css
<style>
a { background-color: #7ECBB6; }
a { background-color: rgb(126,203,182); }
div.DivClassName
{
background-color: #7ECBB6;
}
.BgClassName
{
background-color: #7ECBB6;
}
</style>
border-color css
<style>
span { border-color: #7ECBB6; }
span { border-color: rgb(126,203,182); }
td.TdClassName
{
border-color: #7ECBB6;
}
.TagClassName
{
border-color: #7ECBB6;
}
</style>