Shades of Monte Carlo #7ED0AA
Tints of Monte Carlo #7ED0AA
RGB
CMYK
RGB Variations
Color information
#7ED0AA (or 0x7ED0AA) is known color: Monte Carlo. HEX triplet: 7E, D0 and AA. RGB value is (126,208,170). Sum of RGB (Red+Green+Blue) = 126+208+170=504 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED0AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED0AA is #812F55. Grayscale: #B3B3B3. Windows color (decimal): -8466262 or 11194494. OLE color: 11194494.
HSL color Cylindrical-coordinate representation of color #7ED0AA: hue angle of 152.2º 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 #7ED0AA is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 208 | 170 | - |
| CMYK | 0.39 | 0 | 0.18 | 0.18 |
| HSL | 152.2º | 0.47% | 0.65% | - |
| HSV(B) | 152.2º | 0.39% | 0.82% | - |
| XYZ | 38.42 | 52.45 | 46.13 | - |
| YUV | 179.15 | 122.83 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 208 | 170 | 0.39 | 0 | 0.18 | 0.18 | 152.2 | 0.47 | 0.65 |
| Hex | 7E | D0 | AA | 27 | 0 | 12 | 12 | 98 | 2F | 41 |
| Octal | 176 | 320 | 252 | 47 | 0 | 22 | 22 | 230 | 57 | 101 |
| Binary | 1111110 | 11010000 | 10101010 | 100111 | 0 | 10010 | 10010 | 10011000 | 101111 | 1000001 |
Color Harmonies of #7ED0AA
Complementary color
Monochromatic Colors of #7ED0AA
Black with #7ED0AA
Text Example
Text Example
White with #7ED0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED0AA; }
p { color: rgb(126,208,170); }
H1.HeaderClassName
{
color: #7ED0AA;
}
.AnyTagClassName
{
color: #7ED0AA;
}
</style>
background-color css
<style>
a { background-color: #7ED0AA; }
a { background-color: rgb(126,208,170); }
div.DivClassName
{
background-color: #7ED0AA;
}
.BgClassName
{
background-color: #7ED0AA;
}
</style>
border-color css
<style>
span { border-color: #7ED0AA; }
span { border-color: rgb(126,208,170); }
td.TdClassName
{
border-color: #7ED0AA;
}
.TagClassName
{
border-color: #7ED0AA;
}
</style>