Shades of Monte Carlo #7ECBB5
Tints of Monte Carlo #7ECBB5
RGB
CMYK
RGB Variations
Color information
#7ECBB5 (or 0x7ECBB5) is known color: Monte Carlo. HEX triplet: 7E, CB and B5. RGB value is (126,203,181). Sum of RGB (Red+Green+Blue) = 126+203+181=510 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.71% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 203 - color contains mainly: green. Hex color #7ECBB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECBB5 is #81344A. Grayscale: #B1B1B1. Windows color (decimal): -8467531 or 11914110. OLE color: 11914110.
HSL color Cylindrical-coordinate representation of color #7ECBB5: hue angle of 162.86º 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 #7ECBB5 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 203 | 181 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.20 |
| HSL | 162.86º | 0.43% | 0.65% | - |
| HSV(B) | 162.86º | 0.38% | 0.8% | - |
| XYZ | 38.3 | 50.48 | 51.44 | - |
| YUV | 177.47 | 129.99 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 203 | 181 | 0.38 | 0 | 0.11 | 0.20 | 162.86 | 0.43 | 0.65 |
| Hex | 7E | CB | B5 | 26 | 0 | B | 14 | A3 | 2B | 41 |
| Octal | 176 | 313 | 265 | 46 | 0 | 13 | 24 | 243 | 53 | 101 |
| Binary | 1111110 | 11001011 | 10110101 | 100110 | 0 | 1011 | 10100 | 10100011 | 101011 | 1000001 |
Color Harmonies of #7ECBB5
Complementary color
Monochromatic Colors of #7ECBB5
Black with #7ECBB5
Text Example
Text Example
White with #7ECBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECBB5; }
p { color: rgb(126,203,181); }
H1.HeaderClassName
{
color: #7ECBB5;
}
.AnyTagClassName
{
color: #7ECBB5;
}
</style>
background-color css
<style>
a { background-color: #7ECBB5; }
a { background-color: rgb(126,203,181); }
div.DivClassName
{
background-color: #7ECBB5;
}
.BgClassName
{
background-color: #7ECBB5;
}
</style>
border-color css
<style>
span { border-color: #7ECBB5; }
span { border-color: rgb(126,203,181); }
td.TdClassName
{
border-color: #7ECBB5;
}
.TagClassName
{
border-color: #7ECBB5;
}
</style>