Shades of Monte Carlo #7BCDBB
Tints of Monte Carlo #7BCDBB
RGB
CMYK
RGB Variations
Color information
#7BCDBB (or 0x7BCDBB) is known color: Monte Carlo. HEX triplet: 7B, CD and BB. RGB value is (123,205,187). Sum of RGB (Red+Green+Blue) = 123+205+187=515 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.88% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #7BCDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCDBB is #843244. Grayscale: #B2B2B2. Windows color (decimal): -8663621 or 12307835. OLE color: 12307835.
HSL color Cylindrical-coordinate representation of color #7BCDBB: hue angle of 166.83º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCDBB is Cyan = 0.4, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 205 | 187 | - |
| CMYK | 0.4 | 0 | 0.09 | 0.20 |
| HSL | 166.83º | 0.45% | 0.64% | - |
| HSV(B) | 166.83º | 0.4% | 0.8% | - |
| XYZ | 38.97 | 51.46 | 54.89 | - |
| YUV | 178.43 | 132.83 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 205 | 187 | 0.4 | 0 | 0.09 | 0.20 | 166.83 | 0.45 | 0.64 |
| Hex | 7B | CD | BB | 28 | 0 | 9 | 14 | A7 | 2D | 40 |
| Octal | 173 | 315 | 273 | 50 | 0 | 11 | 24 | 247 | 55 | 100 |
| Binary | 1111011 | 11001101 | 10111011 | 101000 | 0 | 1001 | 10100 | 10100111 | 101101 | 1000000 |
Color Harmonies of #7BCDBB
Complementary color
Monochromatic Colors of #7BCDBB
Black with #7BCDBB
Text Example
Text Example
White with #7BCDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCDBB; }
p { color: rgb(123,205,187); }
H1.HeaderClassName
{
color: #7BCDBB;
}
.AnyTagClassName
{
color: #7BCDBB;
}
</style>
background-color css
<style>
a { background-color: #7BCDBB; }
a { background-color: rgb(123,205,187); }
div.DivClassName
{
background-color: #7BCDBB;
}
.BgClassName
{
background-color: #7BCDBB;
}
</style>
border-color css
<style>
span { border-color: #7BCDBB; }
span { border-color: rgb(123,205,187); }
td.TdClassName
{
border-color: #7BCDBB;
}
.TagClassName
{
border-color: #7BCDBB;
}
</style>