Shades of Monte Carlo #7ED0B2
Tints of Monte Carlo #7ED0B2
RGB
CMYK
RGB Variations
Color information
#7ED0B2 (or 0x7ED0B2) is known color: Monte Carlo. HEX triplet: 7E, D0 and B2. RGB value is (126,208,178). Sum of RGB (Red+Green+Blue) = 126+208+178=512 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.61% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED0B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED0B2 is #812F4D. Grayscale: #B4B4B4. Windows color (decimal): -8466254 or 11718782. OLE color: 11718782.
HSL color Cylindrical-coordinate representation of color #7ED0B2: hue angle of 158.05º 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 #7ED0B2 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 208 | 178 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.18 |
| HSL | 158.05º | 0.47% | 0.65% | - |
| HSV(B) | 158.05º | 0.39% | 0.82% | - |
| XYZ | 39.2 | 52.76 | 50.24 | - |
| YUV | 180.06 | 126.83 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 208 | 178 | 0.39 | 0 | 0.14 | 0.18 | 158.05 | 0.47 | 0.65 |
| Hex | 7E | D0 | B2 | 27 | 0 | E | 12 | 9E | 2F | 41 |
| Octal | 176 | 320 | 262 | 47 | 0 | 16 | 22 | 236 | 57 | 101 |
| Binary | 1111110 | 11010000 | 10110010 | 100111 | 0 | 1110 | 10010 | 10011110 | 101111 | 1000001 |
Color Harmonies of #7ED0B2
Complementary color
Monochromatic Colors of #7ED0B2
Black with #7ED0B2
Text Example
Text Example
White with #7ED0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED0B2; }
p { color: rgb(126,208,178); }
H1.HeaderClassName
{
color: #7ED0B2;
}
.AnyTagClassName
{
color: #7ED0B2;
}
</style>
background-color css
<style>
a { background-color: #7ED0B2; }
a { background-color: rgb(126,208,178); }
div.DivClassName
{
background-color: #7ED0B2;
}
.BgClassName
{
background-color: #7ED0B2;
}
</style>
border-color css
<style>
span { border-color: #7ED0B2; }
span { border-color: rgb(126,208,178); }
td.TdClassName
{
border-color: #7ED0B2;
}
.TagClassName
{
border-color: #7ED0B2;
}
</style>