Shades of Monte Carlo #7BCBBB
Tints of Monte Carlo #7BCBBB
RGB
CMYK
RGB Variations
Color information
#7BCBBB (or 0x7BCBBB) is known color: Monte Carlo. HEX triplet: 7B, CB and BB. RGB value is (123,203,187). Sum of RGB (Red+Green+Blue) = 123+203+187=513 (67% of max value = 765). Red value is 123 (48.44% from 255 or 23.98% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCBBB is #843444. Grayscale: #B1B1B1. Windows color (decimal): -8664133 or 12307323. OLE color: 12307323.
HSL color Cylindrical-coordinate representation of color #7BCBBB: hue angle of 168º 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 #7BCBBB is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 203 | 187 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.20 |
| HSL | 168º | 0.43% | 0.64% | - |
| HSV(B) | 168º | 0.39% | 0.8% | - |
| XYZ | 38.49 | 50.51 | 54.73 | - |
| YUV | 177.26 | 133.5 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 187 | 0.39 | 0 | 0.08 | 0.20 | 168 | 0.43 | 0.64 |
| Hex | 7B | CB | BB | 27 | 0 | 8 | 14 | A8 | 2B | 40 |
| Octal | 173 | 313 | 273 | 47 | 0 | 10 | 24 | 250 | 53 | 100 |
| Binary | 1111011 | 11001011 | 10111011 | 100111 | 0 | 1000 | 10100 | 10101000 | 101011 | 1000000 |
Color Harmonies of #7BCBBB
Complementary color
Monochromatic Colors of #7BCBBB
Black with #7BCBBB
Text Example
Text Example
White with #7BCBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCBBB; }
p { color: rgb(123,203,187); }
H1.HeaderClassName
{
color: #7BCBBB;
}
.AnyTagClassName
{
color: #7BCBBB;
}
</style>
background-color css
<style>
a { background-color: #7BCBBB; }
a { background-color: rgb(123,203,187); }
div.DivClassName
{
background-color: #7BCBBB;
}
.BgClassName
{
background-color: #7BCBBB;
}
</style>
border-color css
<style>
span { border-color: #7BCBBB; }
span { border-color: rgb(123,203,187); }
td.TdClassName
{
border-color: #7BCBBB;
}
.TagClassName
{
border-color: #7BCBBB;
}
</style>