Shades of Monte Carlo #7BCEBA
Tints of Monte Carlo #7BCEBA
RGB
CMYK
RGB Variations
Color information
#7BCEBA (or 0x7BCEBA) is known color: Monte Carlo. HEX triplet: 7B, CE and BA. RGB value is (123,206,186). Sum of RGB (Red+Green+Blue) = 123+206+186=515 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.88% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 206 - color contains mainly: green. Hex color #7BCEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCEBA is #843145. Grayscale: #B2B2B2. Windows color (decimal): -8663366 or 12242555. OLE color: 12242555.
HSL color Cylindrical-coordinate representation of color #7BCEBA: hue angle of 165.54º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCEBA is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 206 | 186 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.19 |
| HSL | 165.54º | 0.46% | 0.65% | - |
| HSV(B) | 165.54º | 0.4% | 0.81% | - |
| XYZ | 39.1 | 51.9 | 54.41 | - |
| YUV | 178.9 | 132 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 206 | 186 | 0.40 | 0 | 0.10 | 0.19 | 165.54 | 0.46 | 0.65 |
| Hex | 7B | CE | BA | 28 | 0 | A | 13 | A6 | 2E | 41 |
| Octal | 173 | 316 | 272 | 50 | 0 | 12 | 23 | 246 | 56 | 101 |
| Binary | 1111011 | 11001110 | 10111010 | 101000 | 0 | 1010 | 10011 | 10100110 | 101110 | 1000001 |
Color Harmonies of #7BCEBA
Complementary color
Monochromatic Colors of #7BCEBA
Black with #7BCEBA
Text Example
Text Example
White with #7BCEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCEBA; }
p { color: rgb(123,206,186); }
H1.HeaderClassName
{
color: #7BCEBA;
}
.AnyTagClassName
{
color: #7BCEBA;
}
</style>
background-color css
<style>
a { background-color: #7BCEBA; }
a { background-color: rgb(123,206,186); }
div.DivClassName
{
background-color: #7BCEBA;
}
.BgClassName
{
background-color: #7BCEBA;
}
</style>
border-color css
<style>
span { border-color: #7BCEBA; }
span { border-color: rgb(123,206,186); }
td.TdClassName
{
border-color: #7BCEBA;
}
.TagClassName
{
border-color: #7BCEBA;
}
</style>