Shades of Monte Carlo #7ECAB2
Tints of Monte Carlo #7ECAB2
RGB
CMYK
RGB Variations
Color information
#7ECAB2 (or 0x7ECAB2) is known color: Monte Carlo. HEX triplet: 7E, CA and B2. RGB value is (126,202,178). Sum of RGB (Red+Green+Blue) = 126+202+178=506 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.90% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 202 - color contains mainly: green. Hex color #7ECAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECAB2 is #81354D. Grayscale: #B0B0B0. Windows color (decimal): -8467790 or 11717246. OLE color: 11717246.
HSL color Cylindrical-coordinate representation of color #7ECAB2: hue angle of 161.05º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7ECAB2 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 126 | 202 | 178 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.21 |
| HSL | 161.05º | 0.42% | 0.64% | - |
| HSV(B) | 161.05º | 0.38% | 0.79% | - |
| XYZ | 37.76 | 49.89 | 49.76 | - |
| YUV | 176.54 | 128.82 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 202 | 178 | 0.38 | 0 | 0.12 | 0.21 | 161.05 | 0.42 | 0.64 |
| Hex | 7E | CA | B2 | 26 | 0 | C | 15 | A1 | 2A | 40 |
| Octal | 176 | 312 | 262 | 46 | 0 | 14 | 25 | 241 | 52 | 100 |
| Binary | 1111110 | 11001010 | 10110010 | 100110 | 0 | 1100 | 10101 | 10100001 | 101010 | 1000000 |
Color Harmonies of #7ECAB2
Complementary color
Monochromatic Colors of #7ECAB2
Black with #7ECAB2
Text Example
Text Example
White with #7ECAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECAB2; }
p { color: rgb(126,202,178); }
H1.HeaderClassName
{
color: #7ECAB2;
}
.AnyTagClassName
{
color: #7ECAB2;
}
</style>
background-color css
<style>
a { background-color: #7ECAB2; }
a { background-color: rgb(126,202,178); }
div.DivClassName
{
background-color: #7ECAB2;
}
.BgClassName
{
background-color: #7ECAB2;
}
</style>
border-color css
<style>
span { border-color: #7ECAB2; }
span { border-color: rgb(126,202,178); }
td.TdClassName
{
border-color: #7ECAB2;
}
.TagClassName
{
border-color: #7ECAB2;
}
</style>