Shades of Monte Carlo #7ED7B1
Tints of Monte Carlo #7ED7B1
RGB
CMYK
RGB Variations
Color information
#7ED7B1 (or 0x7ED7B1) is known color: Monte Carlo. HEX triplet: 7E, D7 and B1. RGB value is (126,215,177). Sum of RGB (Red+Green+Blue) = 126+215+177=518 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.32% from 518); Green value is 215 (84.38% from 255 or 41.51% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 215 - color contains mainly: green. Hex color #7ED7B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED7B1 is #81284E. Grayscale: #B8B8B8. Windows color (decimal): -8464463 or 11655038. OLE color: 11655038.
HSL color Cylindrical-coordinate representation of color #7ED7B1: hue angle of 154.38º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED7B1 is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 215 | 177 | - |
| CMYK | 0.41 | 0 | 0.18 | 0.16 |
| HSL | 154.38º | 0.53% | 0.67% | - |
| HSV(B) | 154.38º | 0.41% | 0.84% | - |
| XYZ | 40.84 | 56.21 | 50.29 | - |
| YUV | 184.06 | 124.01 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 215 | 177 | 0.41 | 0 | 0.18 | 0.16 | 154.38 | 0.53 | 0.67 |
| Hex | 7E | D7 | B1 | 29 | 0 | 12 | 10 | 9A | 35 | 43 |
| Octal | 176 | 327 | 261 | 51 | 0 | 22 | 20 | 232 | 65 | 103 |
| Binary | 1111110 | 11010111 | 10110001 | 101001 | 0 | 10010 | 10000 | 10011010 | 110101 | 1000011 |
Color Harmonies of #7ED7B1
Complementary color
Monochromatic Colors of #7ED7B1
Black with #7ED7B1
Text Example
Text Example
White with #7ED7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED7B1; }
p { color: rgb(126,215,177); }
H1.HeaderClassName
{
color: #7ED7B1;
}
.AnyTagClassName
{
color: #7ED7B1;
}
</style>
background-color css
<style>
a { background-color: #7ED7B1; }
a { background-color: rgb(126,215,177); }
div.DivClassName
{
background-color: #7ED7B1;
}
.BgClassName
{
background-color: #7ED7B1;
}
</style>
border-color css
<style>
span { border-color: #7ED7B1; }
span { border-color: rgb(126,215,177); }
td.TdClassName
{
border-color: #7ED7B1;
}
.TagClassName
{
border-color: #7ED7B1;
}
</style>