Shades of Monte Carlo #7ED5B0
Tints of Monte Carlo #7ED5B0
RGB
CMYK
RGB Variations
Color information
#7ED5B0 (or 0x7ED5B0) is known color: Monte Carlo. HEX triplet: 7E, D5 and B0. RGB value is (126,213,176). Sum of RGB (Red+Green+Blue) = 126+213+176=515 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.47% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 213 - color contains mainly: green. Hex color #7ED5B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED5B0 is #812A4F. Grayscale: #B6B6B6. Windows color (decimal): -8464976 or 11588990. OLE color: 11588990.
HSL color Cylindrical-coordinate representation of color #7ED5B0: hue angle of 154.48º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED5B0 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 213 | 176 | - |
| CMYK | 0.41 | 0 | 0.17 | 0.16 |
| HSL | 154.48º | 0.51% | 0.66% | - |
| HSV(B) | 154.48º | 0.41% | 0.84% | - |
| XYZ | 40.23 | 55.16 | 49.6 | - |
| YUV | 182.77 | 124.18 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 213 | 176 | 0.41 | 0 | 0.17 | 0.16 | 154.48 | 0.51 | 0.66 |
| Hex | 7E | D5 | B0 | 29 | 0 | 11 | 10 | 9A | 33 | 42 |
| Octal | 176 | 325 | 260 | 51 | 0 | 21 | 20 | 232 | 63 | 102 |
| Binary | 1111110 | 11010101 | 10110000 | 101001 | 0 | 10001 | 10000 | 10011010 | 110011 | 1000010 |
Color Harmonies of #7ED5B0
Complementary color
Monochromatic Colors of #7ED5B0
Black with #7ED5B0
Text Example
Text Example
White with #7ED5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED5B0; }
p { color: rgb(126,213,176); }
H1.HeaderClassName
{
color: #7ED5B0;
}
.AnyTagClassName
{
color: #7ED5B0;
}
</style>
background-color css
<style>
a { background-color: #7ED5B0; }
a { background-color: rgb(126,213,176); }
div.DivClassName
{
background-color: #7ED5B0;
}
.BgClassName
{
background-color: #7ED5B0;
}
</style>
border-color css
<style>
span { border-color: #7ED5B0; }
span { border-color: rgb(126,213,176); }
td.TdClassName
{
border-color: #7ED5B0;
}
.TagClassName
{
border-color: #7ED5B0;
}
</style>