Shades of Monte Carlo #7EC6B4
Tints of Monte Carlo #7EC6B4
RGB
CMYK
RGB Variations
Color information
#7EC6B4 (or 0x7EC6B4) is known color: Monte Carlo. HEX triplet: 7E, C6 and B4. RGB value is (126,198,180). Sum of RGB (Red+Green+Blue) = 126+198+180=504 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 198 - color contains mainly: green. Hex color #7EC6B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC6B4 is #81394B. Grayscale: #AEAEAE. Windows color (decimal): -8468812 or 11847294. OLE color: 11847294.
HSL color Cylindrical-coordinate representation of color #7EC6B4: hue angle of 165º 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 #7EC6B4 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 198 | 180 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.22 |
| HSL | 165º | 0.39% | 0.64% | - |
| HSV(B) | 165º | 0.36% | 0.78% | - |
| XYZ | 37.04 | 48.12 | 50.52 | - |
| YUV | 174.42 | 131.15 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 198 | 180 | 0.36 | 0 | 0.09 | 0.22 | 165 | 0.39 | 0.64 |
| Hex | 7E | C6 | B4 | 24 | 0 | 9 | 16 | A5 | 27 | 40 |
| Octal | 176 | 306 | 264 | 44 | 0 | 11 | 26 | 245 | 47 | 100 |
| Binary | 1111110 | 11000110 | 10110100 | 100100 | 0 | 1001 | 10110 | 10100101 | 100111 | 1000000 |
Color Harmonies of #7EC6B4
Complementary color
Monochromatic Colors of #7EC6B4
Black with #7EC6B4
Text Example
Text Example
White with #7EC6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC6B4; }
p { color: rgb(126,198,180); }
H1.HeaderClassName
{
color: #7EC6B4;
}
.AnyTagClassName
{
color: #7EC6B4;
}
</style>
background-color css
<style>
a { background-color: #7EC6B4; }
a { background-color: rgb(126,198,180); }
div.DivClassName
{
background-color: #7EC6B4;
}
.BgClassName
{
background-color: #7EC6B4;
}
</style>
border-color css
<style>
span { border-color: #7EC6B4; }
span { border-color: rgb(126,198,180); }
td.TdClassName
{
border-color: #7EC6B4;
}
.TagClassName
{
border-color: #7EC6B4;
}
</style>