Shades of Monte Carlo #7ED1AA
Tints of Monte Carlo #7ED1AA
RGB
CMYK
RGB Variations
Color information
#7ED1AA (or 0x7ED1AA) is known color: Monte Carlo. HEX triplet: 7E, D1 and AA. RGB value is (126,209,170). Sum of RGB (Red+Green+Blue) = 126+209+170=505 (66% of max value = 765). Red value is 126 (49.61% from 255 or 24.95% from 505); Green value is 209 (82.03% from 255 or 41.39% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 209 - color contains mainly: green. Hex color #7ED1AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED1AA is #812E55. Grayscale: #B3B3B3. Windows color (decimal): -8466006 or 11194750. OLE color: 11194750.
HSL color Cylindrical-coordinate representation of color #7ED1AA: hue angle of 151.81º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ED1AA is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 209 | 170 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.18 |
| HSL | 151.81º | 0.47% | 0.66% | - |
| HSV(B) | 151.81º | 0.4% | 0.82% | - |
| XYZ | 38.66 | 52.94 | 46.21 | - |
| YUV | 179.74 | 122.5 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 209 | 170 | 0.40 | 0 | 0.19 | 0.18 | 151.81 | 0.47 | 0.66 |
| Hex | 7E | D1 | AA | 28 | 0 | 13 | 12 | 98 | 2F | 42 |
| Octal | 176 | 321 | 252 | 50 | 0 | 23 | 22 | 230 | 57 | 102 |
| Binary | 1111110 | 11010001 | 10101010 | 101000 | 0 | 10011 | 10010 | 10011000 | 101111 | 1000010 |
Color Harmonies of #7ED1AA
Complementary color
Monochromatic Colors of #7ED1AA
Black with #7ED1AA
Text Example
Text Example
White with #7ED1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED1AA; }
p { color: rgb(126,209,170); }
H1.HeaderClassName
{
color: #7ED1AA;
}
.AnyTagClassName
{
color: #7ED1AA;
}
</style>
background-color css
<style>
a { background-color: #7ED1AA; }
a { background-color: rgb(126,209,170); }
div.DivClassName
{
background-color: #7ED1AA;
}
.BgClassName
{
background-color: #7ED1AA;
}
</style>
border-color css
<style>
span { border-color: #7ED1AA; }
span { border-color: rgb(126,209,170); }
td.TdClassName
{
border-color: #7ED1AA;
}
.TagClassName
{
border-color: #7ED1AA;
}
</style>