Shades of Monte Carlo #7BCBBD
Tints of Monte Carlo #7BCBBD
RGB
CMYK
RGB Variations
Color information
#7BCBBD (or 0x7BCBBD) is known color: Monte Carlo. HEX triplet: 7B, CB and BD. RGB value is (123,203,189). Sum of RGB (Red+Green+Blue) = 123+203+189=515 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.88% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCBBD is #843442. Grayscale: #B1B1B1. Windows color (decimal): -8664131 or 12438395. OLE color: 12438395.
HSL color Cylindrical-coordinate representation of color #7BCBBD: hue angle of 169.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BCBBD is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 203 | 189 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.20 |
| HSL | 169.5º | 0.43% | 0.64% | - |
| HSV(B) | 169.5º | 0.39% | 0.8% | - |
| XYZ | 38.71 | 50.6 | 55.87 | - |
| YUV | 177.48 | 134.5 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 189 | 0.39 | 0 | 0.07 | 0.20 | 169.5 | 0.43 | 0.64 |
| Hex | 7B | CB | BD | 27 | 0 | 7 | 14 | AA | 2B | 40 |
| Octal | 173 | 313 | 275 | 47 | 0 | 7 | 24 | 252 | 53 | 100 |
| Binary | 1111011 | 11001011 | 10111101 | 100111 | 0 | 111 | 10100 | 10101010 | 101011 | 1000000 |
Color Harmonies of #7BCBBD
Complementary color
Monochromatic Colors of #7BCBBD
Black with #7BCBBD
Text Example
Text Example
White with #7BCBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCBBD; }
p { color: rgb(123,203,189); }
H1.HeaderClassName
{
color: #7BCBBD;
}
.AnyTagClassName
{
color: #7BCBBD;
}
</style>
background-color css
<style>
a { background-color: #7BCBBD; }
a { background-color: rgb(123,203,189); }
div.DivClassName
{
background-color: #7BCBBD;
}
.BgClassName
{
background-color: #7BCBBD;
}
</style>
border-color css
<style>
span { border-color: #7BCBBD; }
span { border-color: rgb(123,203,189); }
td.TdClassName
{
border-color: #7BCBBD;
}
.TagClassName
{
border-color: #7BCBBD;
}
</style>