Shades of Monte Carlo #7ECDB5
Tints of Monte Carlo #7ECDB5
RGB
CMYK
RGB Variations
Color information
#7ECDB5 (or 0x7ECDB5) is known color: Monte Carlo. HEX triplet: 7E, CD and B5. RGB value is (126,205,181). Sum of RGB (Red+Green+Blue) = 126+205+181=512 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.61% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #7ECDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECDB5 is #81324A. Grayscale: #B2B2B2. Windows color (decimal): -8467019 or 11914622. OLE color: 11914622.
HSL color Cylindrical-coordinate representation of color #7ECDB5: hue angle of 161.77º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ECDB5 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 205 | 181 | - |
| CMYK | 0.39 | 0 | 0.12 | 0.20 |
| HSL | 161.77º | 0.44% | 0.65% | - |
| HSV(B) | 161.77º | 0.39% | 0.8% | - |
| XYZ | 38.78 | 51.43 | 51.6 | - |
| YUV | 178.64 | 129.33 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 205 | 181 | 0.39 | 0 | 0.12 | 0.20 | 161.77 | 0.44 | 0.65 |
| Hex | 7E | CD | B5 | 27 | 0 | C | 14 | A2 | 2C | 41 |
| Octal | 176 | 315 | 265 | 47 | 0 | 14 | 24 | 242 | 54 | 101 |
| Binary | 1111110 | 11001101 | 10110101 | 100111 | 0 | 1100 | 10100 | 10100010 | 101100 | 1000001 |
Color Harmonies of #7ECDB5
Complementary color
Monochromatic Colors of #7ECDB5
Black with #7ECDB5
Text Example
Text Example
White with #7ECDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECDB5; }
p { color: rgb(126,205,181); }
H1.HeaderClassName
{
color: #7ECDB5;
}
.AnyTagClassName
{
color: #7ECDB5;
}
</style>
background-color css
<style>
a { background-color: #7ECDB5; }
a { background-color: rgb(126,205,181); }
div.DivClassName
{
background-color: #7ECDB5;
}
.BgClassName
{
background-color: #7ECDB5;
}
</style>
border-color css
<style>
span { border-color: #7ECDB5; }
span { border-color: rgb(126,205,181); }
td.TdClassName
{
border-color: #7ECDB5;
}
.TagClassName
{
border-color: #7ECDB5;
}
</style>