Shades of Monte Carlo #7EBDB6
Tints of Monte Carlo #7EBDB6
RGB
CMYK
RGB Variations
Color information
#7EBDB6 (or 0x7EBDB6) is known color: Monte Carlo. HEX triplet: 7E, BD and B6. RGB value is (126,189,182). Sum of RGB (Red+Green+Blue) = 126+189+182=497 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.35% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 182 (71.48% from 255 or 36.62% from 497); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBDB6 is #814249. Grayscale: #A9A9A9. Windows color (decimal): -8471114 or 11976062. OLE color: 11976062.
HSL color Cylindrical-coordinate representation of color #7EBDB6: hue angle of 173.33º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBDB6 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 189 | 182 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.26 |
| HSL | 173.33º | 0.32% | 0.62% | - |
| HSV(B) | 173.33º | 0.33% | 0.74% | - |
| XYZ | 35.25 | 44.21 | 50.93 | - |
| YUV | 169.37 | 135.13 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 189 | 182 | 0.33 | 0 | 0.04 | 0.26 | 173.33 | 0.32 | 0.62 |
| Hex | 7E | BD | B6 | 21 | 0 | 4 | 1A | AD | 20 | 3E |
| Octal | 176 | 275 | 266 | 41 | 0 | 4 | 32 | 255 | 40 | 76 |
| Binary | 1111110 | 10111101 | 10110110 | 100001 | 0 | 100 | 11010 | 10101101 | 100000 | 111110 |
Color Harmonies of #7EBDB6
Complementary color
Monochromatic Colors of #7EBDB6
Black with #7EBDB6
Text Example
Text Example
White with #7EBDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBDB6; }
p { color: rgb(126,189,182); }
H1.HeaderClassName
{
color: #7EBDB6;
}
.AnyTagClassName
{
color: #7EBDB6;
}
</style>
background-color css
<style>
a { background-color: #7EBDB6; }
a { background-color: rgb(126,189,182); }
div.DivClassName
{
background-color: #7EBDB6;
}
.BgClassName
{
background-color: #7EBDB6;
}
</style>
border-color css
<style>
span { border-color: #7EBDB6; }
span { border-color: rgb(126,189,182); }
td.TdClassName
{
border-color: #7EBDB6;
}
.TagClassName
{
border-color: #7EBDB6;
}
</style>