Shades of Monte Carlo #7ED4B2
Tints of Monte Carlo #7ED4B2
RGB
CMYK
RGB Variations
Color information
#7ED4B2 (or 0x7ED4B2) is known color: Monte Carlo. HEX triplet: 7E, D4 and B2. RGB value is (126,212,178). Sum of RGB (Red+Green+Blue) = 126+212+178=516 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.42% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 212 - color contains mainly: green. Hex color #7ED4B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED4B2 is #812B4D. Grayscale: #B6B6B6. Windows color (decimal): -8465230 or 11719806. OLE color: 11719806.
HSL color Cylindrical-coordinate representation of color #7ED4B2: hue angle of 156.28º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED4B2 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 212 | 178 | - |
| CMYK | 0.41 | 0 | 0.16 | 0.17 |
| HSL | 156.28º | 0.5% | 0.66% | - |
| HSV(B) | 156.28º | 0.41% | 0.83% | - |
| XYZ | 40.18 | 54.74 | 50.57 | - |
| YUV | 182.41 | 125.51 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 212 | 178 | 0.41 | 0 | 0.16 | 0.17 | 156.28 | 0.5 | 0.66 |
| Hex | 7E | D4 | B2 | 29 | 0 | 10 | 11 | 9C | 32 | 42 |
| Octal | 176 | 324 | 262 | 51 | 0 | 20 | 21 | 234 | 62 | 102 |
| Binary | 1111110 | 11010100 | 10110010 | 101001 | 0 | 10000 | 10001 | 10011100 | 110010 | 1000010 |
Color Harmonies of #7ED4B2
Complementary color
Monochromatic Colors of #7ED4B2
Black with #7ED4B2
Text Example
Text Example
White with #7ED4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED4B2; }
p { color: rgb(126,212,178); }
H1.HeaderClassName
{
color: #7ED4B2;
}
.AnyTagClassName
{
color: #7ED4B2;
}
</style>
background-color css
<style>
a { background-color: #7ED4B2; }
a { background-color: rgb(126,212,178); }
div.DivClassName
{
background-color: #7ED4B2;
}
.BgClassName
{
background-color: #7ED4B2;
}
</style>
border-color css
<style>
span { border-color: #7ED4B2; }
span { border-color: rgb(126,212,178); }
td.TdClassName
{
border-color: #7ED4B2;
}
.TagClassName
{
border-color: #7ED4B2;
}
</style>