Shades of Monte Carlo #7ED0B0
Tints of Monte Carlo #7ED0B0
RGB
CMYK
RGB Variations
Color information
#7ED0B0 (or 0x7ED0B0) is known color: Monte Carlo. HEX triplet: 7E, D0 and B0. RGB value is (126,208,176). Sum of RGB (Red+Green+Blue) = 126+208+176=510 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.71% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 176 (69.14% from 255 or 34.51% from 510); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED0B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED0B0 is #812F4F. Grayscale: #B3B3B3. Windows color (decimal): -8466256 or 11587710. OLE color: 11587710.
HSL color Cylindrical-coordinate representation of color #7ED0B0: hue angle of 156.59º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ED0B0 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 208 | 176 | - |
| CMYK | 0.39 | 0 | 0.15 | 0.18 |
| HSL | 156.59º | 0.47% | 0.65% | - |
| HSV(B) | 156.59º | 0.39% | 0.82% | - |
| XYZ | 39 | 52.68 | 49.19 | - |
| YUV | 179.83 | 125.83 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 208 | 176 | 0.39 | 0 | 0.15 | 0.18 | 156.59 | 0.47 | 0.65 |
| Hex | 7E | D0 | B0 | 27 | 0 | F | 12 | 9D | 2F | 41 |
| Octal | 176 | 320 | 260 | 47 | 0 | 17 | 22 | 235 | 57 | 101 |
| Binary | 1111110 | 11010000 | 10110000 | 100111 | 0 | 1111 | 10010 | 10011101 | 101111 | 1000001 |
Color Harmonies of #7ED0B0
Complementary color
Monochromatic Colors of #7ED0B0
Black with #7ED0B0
Text Example
Text Example
White with #7ED0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED0B0; }
p { color: rgb(126,208,176); }
H1.HeaderClassName
{
color: #7ED0B0;
}
.AnyTagClassName
{
color: #7ED0B0;
}
</style>
background-color css
<style>
a { background-color: #7ED0B0; }
a { background-color: rgb(126,208,176); }
div.DivClassName
{
background-color: #7ED0B0;
}
.BgClassName
{
background-color: #7ED0B0;
}
</style>
border-color css
<style>
span { border-color: #7ED0B0; }
span { border-color: rgb(126,208,176); }
td.TdClassName
{
border-color: #7ED0B0;
}
.TagClassName
{
border-color: #7ED0B0;
}
</style>