Shades of Monte Carlo #7ED4B3
Tints of Monte Carlo #7ED4B3
RGB
CMYK
RGB Variations
Color information
#7ED4B3 (or 0x7ED4B3) is known color: Monte Carlo. HEX triplet: 7E, D4 and B3. RGB value is (126,212,179). Sum of RGB (Red+Green+Blue) = 126+212+179=517 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.37% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 179 (70.31% from 255 or 34.62% from 517); Max value from RGB is 212 - color contains mainly: green. Hex color #7ED4B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED4B3 is #812B4C. Grayscale: #B6B6B6. Windows color (decimal): -8465229 or 11785342. OLE color: 11785342.
HSL color Cylindrical-coordinate representation of color #7ED4B3: hue angle of 156.98º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED4B3 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 212 | 179 | - |
| CMYK | 0.41 | 0 | 0.16 | 0.17 |
| HSL | 156.98º | 0.5% | 0.66% | - |
| HSV(B) | 156.98º | 0.41% | 0.83% | - |
| XYZ | 40.28 | 54.78 | 51.1 | - |
| YUV | 182.52 | 126.01 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 212 | 179 | 0.41 | 0 | 0.16 | 0.17 | 156.98 | 0.5 | 0.66 |
| Hex | 7E | D4 | B3 | 29 | 0 | 10 | 11 | 9D | 32 | 42 |
| Octal | 176 | 324 | 263 | 51 | 0 | 20 | 21 | 235 | 62 | 102 |
| Binary | 1111110 | 11010100 | 10110011 | 101001 | 0 | 10000 | 10001 | 10011101 | 110010 | 1000010 |
Color Harmonies of #7ED4B3
Complementary color
Monochromatic Colors of #7ED4B3
Black with #7ED4B3
Text Example
Text Example
White with #7ED4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED4B3; }
p { color: rgb(126,212,179); }
H1.HeaderClassName
{
color: #7ED4B3;
}
.AnyTagClassName
{
color: #7ED4B3;
}
</style>
background-color css
<style>
a { background-color: #7ED4B3; }
a { background-color: rgb(126,212,179); }
div.DivClassName
{
background-color: #7ED4B3;
}
.BgClassName
{
background-color: #7ED4B3;
}
</style>
border-color css
<style>
span { border-color: #7ED4B3; }
span { border-color: rgb(126,212,179); }
td.TdClassName
{
border-color: #7ED4B3;
}
.TagClassName
{
border-color: #7ED4B3;
}
</style>