Shades of Monte Carlo #7EC6B3
Tints of Monte Carlo #7EC6B3
RGB
CMYK
RGB Variations
Color information
#7EC6B3 (or 0x7EC6B3) is known color: Monte Carlo. HEX triplet: 7E, C6 and B3. RGB value is (126,198,179). Sum of RGB (Red+Green+Blue) = 126+198+179=503 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.05% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 179 (70.31% from 255 or 35.59% from 503); Max value from RGB is 198 - color contains mainly: green. Hex color #7EC6B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC6B3 is #81394C. Grayscale: #AEAEAE. Windows color (decimal): -8468813 or 11781758. OLE color: 11781758.
HSL color Cylindrical-coordinate representation of color #7EC6B3: hue angle of 164.17º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7EC6B3 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 198 | 179 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.22 |
| HSL | 164.17º | 0.39% | 0.64% | - |
| HSV(B) | 164.17º | 0.36% | 0.78% | - |
| XYZ | 36.93 | 48.08 | 49.98 | - |
| YUV | 174.31 | 130.65 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 198 | 179 | 0.36 | 0 | 0.10 | 0.22 | 164.17 | 0.39 | 0.64 |
| Hex | 7E | C6 | B3 | 24 | 0 | A | 16 | A4 | 27 | 40 |
| Octal | 176 | 306 | 263 | 44 | 0 | 12 | 26 | 244 | 47 | 100 |
| Binary | 1111110 | 11000110 | 10110011 | 100100 | 0 | 1010 | 10110 | 10100100 | 100111 | 1000000 |
Color Harmonies of #7EC6B3
Complementary color
Monochromatic Colors of #7EC6B3
Black with #7EC6B3
Text Example
Text Example
White with #7EC6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC6B3; }
p { color: rgb(126,198,179); }
H1.HeaderClassName
{
color: #7EC6B3;
}
.AnyTagClassName
{
color: #7EC6B3;
}
</style>
background-color css
<style>
a { background-color: #7EC6B3; }
a { background-color: rgb(126,198,179); }
div.DivClassName
{
background-color: #7EC6B3;
}
.BgClassName
{
background-color: #7EC6B3;
}
</style>
border-color css
<style>
span { border-color: #7EC6B3; }
span { border-color: rgb(126,198,179); }
td.TdClassName
{
border-color: #7EC6B3;
}
.TagClassName
{
border-color: #7EC6B3;
}
</style>