Shades of Monte Carlo #7ED1AB
Tints of Monte Carlo #7ED1AB
RGB
CMYK
RGB Variations
Color information
#7ED1AB (or 0x7ED1AB) is known color: Monte Carlo. HEX triplet: 7E, D1 and AB. RGB value is (126,209,171). Sum of RGB (Red+Green+Blue) = 126+209+171=506 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.90% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 209 - color contains mainly: green. Hex color #7ED1AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED1AB is #812E54. Grayscale: #B3B3B3. Windows color (decimal): -8466005 or 11260286. OLE color: 11260286.
HSL color Cylindrical-coordinate representation of color #7ED1AB: hue angle of 152.53º 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 #7ED1AB is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 209 | 171 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.18 |
| HSL | 152.53º | 0.47% | 0.66% | - |
| HSV(B) | 152.53º | 0.4% | 0.82% | - |
| XYZ | 38.76 | 52.98 | 46.71 | - |
| YUV | 179.85 | 123 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 209 | 171 | 0.40 | 0 | 0.18 | 0.18 | 152.53 | 0.47 | 0.66 |
| Hex | 7E | D1 | AB | 28 | 0 | 12 | 12 | 99 | 2F | 42 |
| Octal | 176 | 321 | 253 | 50 | 0 | 22 | 22 | 231 | 57 | 102 |
| Binary | 1111110 | 11010001 | 10101011 | 101000 | 0 | 10010 | 10010 | 10011001 | 101111 | 1000010 |
Color Harmonies of #7ED1AB
Complementary color
Monochromatic Colors of #7ED1AB
Black with #7ED1AB
Text Example
Text Example
White with #7ED1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED1AB; }
p { color: rgb(126,209,171); }
H1.HeaderClassName
{
color: #7ED1AB;
}
.AnyTagClassName
{
color: #7ED1AB;
}
</style>
background-color css
<style>
a { background-color: #7ED1AB; }
a { background-color: rgb(126,209,171); }
div.DivClassName
{
background-color: #7ED1AB;
}
.BgClassName
{
background-color: #7ED1AB;
}
</style>
border-color css
<style>
span { border-color: #7ED1AB; }
span { border-color: rgb(126,209,171); }
td.TdClassName
{
border-color: #7ED1AB;
}
.TagClassName
{
border-color: #7ED1AB;
}
</style>