Shades of Monte Carlo #7ED3AF
Tints of Monte Carlo #7ED3AF
RGB
CMYK
RGB Variations
Color information
#7ED3AF (or 0x7ED3AF) is known color: Monte Carlo. HEX triplet: 7E, D3 and AF. RGB value is (126,211,175). Sum of RGB (Red+Green+Blue) = 126+211+175=512 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.61% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 211 - color contains mainly: green. Hex color #7ED3AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED3AF is #812C50. Grayscale: #B5B5B5. Windows color (decimal): -8465489 or 11522942. OLE color: 11522942.
HSL color Cylindrical-coordinate representation of color #7ED3AF: hue angle of 154.59º 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 #7ED3AF is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 211 | 175 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.17 |
| HSL | 154.59º | 0.49% | 0.66% | - |
| HSV(B) | 154.59º | 0.4% | 0.83% | - |
| XYZ | 39.64 | 54.12 | 48.91 | - |
| YUV | 181.48 | 124.34 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 211 | 175 | 0.40 | 0 | 0.17 | 0.17 | 154.59 | 0.49 | 0.66 |
| Hex | 7E | D3 | AF | 28 | 0 | 11 | 11 | 9B | 31 | 42 |
| Octal | 176 | 323 | 257 | 50 | 0 | 21 | 21 | 233 | 61 | 102 |
| Binary | 1111110 | 11010011 | 10101111 | 101000 | 0 | 10001 | 10001 | 10011011 | 110001 | 1000010 |
Color Harmonies of #7ED3AF
Complementary color
Monochromatic Colors of #7ED3AF
Black with #7ED3AF
Text Example
Text Example
White with #7ED3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED3AF; }
p { color: rgb(126,211,175); }
H1.HeaderClassName
{
color: #7ED3AF;
}
.AnyTagClassName
{
color: #7ED3AF;
}
</style>
background-color css
<style>
a { background-color: #7ED3AF; }
a { background-color: rgb(126,211,175); }
div.DivClassName
{
background-color: #7ED3AF;
}
.BgClassName
{
background-color: #7ED3AF;
}
</style>
border-color css
<style>
span { border-color: #7ED3AF; }
span { border-color: rgb(126,211,175); }
td.TdClassName
{
border-color: #7ED3AF;
}
.TagClassName
{
border-color: #7ED3AF;
}
</style>