Shades of Monte Carlo #7ED4AC
Tints of Monte Carlo #7ED4AC
RGB
CMYK
RGB Variations
Color information
#7ED4AC (or 0x7ED4AC) is known color: Monte Carlo. HEX triplet: 7E, D4 and AC. RGB value is (126,212,172). Sum of RGB (Red+Green+Blue) = 126+212+172=510 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.71% from 510); Green value is 212 (83.20% from 255 or 41.57% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 212 - color contains mainly: green. Hex color #7ED4AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED4AC is #812B53. Grayscale: #B5B5B5. Windows color (decimal): -8465236 or 11326590. OLE color: 11326590.
HSL color Cylindrical-coordinate representation of color #7ED4AC: hue angle of 152.09º 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 #7ED4AC is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 212 | 172 | - |
| CMYK | 0.41 | 0 | 0.19 | 0.17 |
| HSL | 152.09º | 0.5% | 0.66% | - |
| HSV(B) | 152.09º | 0.41% | 0.83% | - |
| XYZ | 39.59 | 54.5 | 47.46 | - |
| YUV | 181.73 | 122.51 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 212 | 172 | 0.41 | 0 | 0.19 | 0.17 | 152.09 | 0.5 | 0.66 |
| Hex | 7E | D4 | AC | 29 | 0 | 13 | 11 | 98 | 32 | 42 |
| Octal | 176 | 324 | 254 | 51 | 0 | 23 | 21 | 230 | 62 | 102 |
| Binary | 1111110 | 11010100 | 10101100 | 101001 | 0 | 10011 | 10001 | 10011000 | 110010 | 1000010 |
Color Harmonies of #7ED4AC
Complementary color
Monochromatic Colors of #7ED4AC
Black with #7ED4AC
Text Example
Text Example
White with #7ED4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED4AC; }
p { color: rgb(126,212,172); }
H1.HeaderClassName
{
color: #7ED4AC;
}
.AnyTagClassName
{
color: #7ED4AC;
}
</style>
background-color css
<style>
a { background-color: #7ED4AC; }
a { background-color: rgb(126,212,172); }
div.DivClassName
{
background-color: #7ED4AC;
}
.BgClassName
{
background-color: #7ED4AC;
}
</style>
border-color css
<style>
span { border-color: #7ED4AC; }
span { border-color: rgb(126,212,172); }
td.TdClassName
{
border-color: #7ED4AC;
}
.TagClassName
{
border-color: #7ED4AC;
}
</style>