Shades of Monte Carlo #7ED3AC
Tints of Monte Carlo #7ED3AC
RGB
CMYK
RGB Variations
Color information
#7ED3AC (or 0x7ED3AC) is known color: Monte Carlo. HEX triplet: 7E, D3 and AC. RGB value is (126,211,172). Sum of RGB (Red+Green+Blue) = 126+211+172=509 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.75% from 509); Green value is 211 (82.81% from 255 or 41.45% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 211 - color contains mainly: green. Hex color #7ED3AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED3AC is #812C53. Grayscale: #B5B5B5. Windows color (decimal): -8465492 or 11326334. OLE color: 11326334.
HSL color Cylindrical-coordinate representation of color #7ED3AC: hue angle of 152.47º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ED3AC is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 211 | 172 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.17 |
| HSL | 152.47º | 0.49% | 0.66% | - |
| HSV(B) | 152.47º | 0.4% | 0.83% | - |
| XYZ | 39.34 | 54 | 47.38 | - |
| YUV | 181.14 | 122.84 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 211 | 172 | 0.40 | 0 | 0.18 | 0.17 | 152.47 | 0.49 | 0.66 |
| Hex | 7E | D3 | AC | 28 | 0 | 12 | 11 | 98 | 31 | 42 |
| Octal | 176 | 323 | 254 | 50 | 0 | 22 | 21 | 230 | 61 | 102 |
| Binary | 1111110 | 11010011 | 10101100 | 101000 | 0 | 10010 | 10001 | 10011000 | 110001 | 1000010 |
Color Harmonies of #7ED3AC
Complementary color
Monochromatic Colors of #7ED3AC
Black with #7ED3AC
Text Example
Text Example
White with #7ED3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED3AC; }
p { color: rgb(126,211,172); }
H1.HeaderClassName
{
color: #7ED3AC;
}
.AnyTagClassName
{
color: #7ED3AC;
}
</style>
background-color css
<style>
a { background-color: #7ED3AC; }
a { background-color: rgb(126,211,172); }
div.DivClassName
{
background-color: #7ED3AC;
}
.BgClassName
{
background-color: #7ED3AC;
}
</style>
border-color css
<style>
span { border-color: #7ED3AC; }
span { border-color: rgb(126,211,172); }
td.TdClassName
{
border-color: #7ED3AC;
}
.TagClassName
{
border-color: #7ED3AC;
}
</style>