Shades of Monte Carlo #7EBBB7
Tints of Monte Carlo #7EBBB7
RGB
CMYK
RGB Variations
Color information
#7EBBB7 (or 0x7EBBB7) is known color: Monte Carlo. HEX triplet: 7E, BB and B7. RGB value is (126,187,183). Sum of RGB (Red+Green+Blue) = 126+187+183=496 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.40% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 187 - color contains mainly: green. Hex color #7EBBB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBBB7 is #814448. Grayscale: #A8A8A8. Windows color (decimal): -8471625 or 12041086. OLE color: 12041086.
HSL color Cylindrical-coordinate representation of color #7EBBB7: hue angle of 176.07º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBBB7 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 187 | 183 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.27 |
| HSL | 176.07º | 0.31% | 0.61% | - |
| HSV(B) | 176.07º | 0.33% | 0.73% | - |
| XYZ | 34.92 | 43.4 | 51.34 | - |
| YUV | 168.31 | 136.29 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 187 | 183 | 0.33 | 0 | 0.02 | 0.27 | 176.07 | 0.31 | 0.61 |
| Hex | 7E | BB | B7 | 21 | 0 | 2 | 1B | B0 | 1F | 3D |
| Octal | 176 | 273 | 267 | 41 | 0 | 2 | 33 | 260 | 37 | 75 |
| Binary | 1111110 | 10111011 | 10110111 | 100001 | 0 | 10 | 11011 | 10110000 | 11111 | 111101 |
Color Harmonies of #7EBBB7
Complementary color
Monochromatic Colors of #7EBBB7
Black with #7EBBB7
Text Example
Text Example
White with #7EBBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBBB7; }
p { color: rgb(126,187,183); }
H1.HeaderClassName
{
color: #7EBBB7;
}
.AnyTagClassName
{
color: #7EBBB7;
}
</style>
background-color css
<style>
a { background-color: #7EBBB7; }
a { background-color: rgb(126,187,183); }
div.DivClassName
{
background-color: #7EBBB7;
}
.BgClassName
{
background-color: #7EBBB7;
}
</style>
border-color css
<style>
span { border-color: #7EBBB7; }
span { border-color: rgb(126,187,183); }
td.TdClassName
{
border-color: #7EBBB7;
}
.TagClassName
{
border-color: #7EBBB7;
}
</style>