Shades of Monte Carlo #7BC9BB
Tints of Monte Carlo #7BC9BB
RGB
CMYK
RGB Variations
Color information
#7BC9BB (or 0x7BC9BB) is known color: Monte Carlo. HEX triplet: 7B, C9 and BB. RGB value is (123,201,187). Sum of RGB (Red+Green+Blue) = 123+201+187=511 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.07% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 201 - color contains mainly: green. Hex color #7BC9BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC9BB is #843644. Grayscale: #B0B0B0. Windows color (decimal): -8664645 or 12306811. OLE color: 12306811.
HSL color Cylindrical-coordinate representation of color #7BC9BB: hue angle of 169.23º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BC9BB is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 201 | 187 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.21 |
| HSL | 169.23º | 0.42% | 0.64% | - |
| HSV(B) | 169.23º | 0.39% | 0.79% | - |
| XYZ | 38.02 | 49.57 | 54.58 | - |
| YUV | 176.08 | 134.16 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 201 | 187 | 0.39 | 0 | 0.07 | 0.21 | 169.23 | 0.42 | 0.64 |
| Hex | 7B | C9 | BB | 27 | 0 | 7 | 15 | A9 | 2A | 40 |
| Octal | 173 | 311 | 273 | 47 | 0 | 7 | 25 | 251 | 52 | 100 |
| Binary | 1111011 | 11001001 | 10111011 | 100111 | 0 | 111 | 10101 | 10101001 | 101010 | 1000000 |
Color Harmonies of #7BC9BB
Complementary color
Monochromatic Colors of #7BC9BB
Black with #7BC9BB
Text Example
Text Example
White with #7BC9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC9BB; }
p { color: rgb(123,201,187); }
H1.HeaderClassName
{
color: #7BC9BB;
}
.AnyTagClassName
{
color: #7BC9BB;
}
</style>
background-color css
<style>
a { background-color: #7BC9BB; }
a { background-color: rgb(123,201,187); }
div.DivClassName
{
background-color: #7BC9BB;
}
.BgClassName
{
background-color: #7BC9BB;
}
</style>
border-color css
<style>
span { border-color: #7BC9BB; }
span { border-color: rgb(123,201,187); }
td.TdClassName
{
border-color: #7BC9BB;
}
.TagClassName
{
border-color: #7BC9BB;
}
</style>