Shades of Monte Carlo #7BBCB9
Tints of Monte Carlo #7BBCB9
RGB
CMYK
RGB Variations
Color information
#7BBCB9 (or 0x7BBCB9) is known color: Monte Carlo. HEX triplet: 7B, BC and B9. RGB value is (123,188,185). Sum of RGB (Red+Green+Blue) = 123+188+185=496 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.80% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBCB9 is #844346. Grayscale: #A8A8A8. Windows color (decimal): -8667975 or 12172411. OLE color: 12172411.
HSL color Cylindrical-coordinate representation of color #7BBCB9: hue angle of 177.23º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BBCB9 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 185 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.26 |
| HSL | 177.23º | 0.33% | 0.61% | - |
| HSV(B) | 177.23º | 0.35% | 0.74% | - |
| XYZ | 34.91 | 43.68 | 52.49 | - |
| YUV | 168.22 | 137.47 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 185 | 0.35 | 0 | 0.02 | 0.26 | 177.23 | 0.33 | 0.61 |
| Hex | 7B | BC | B9 | 23 | 0 | 2 | 1A | B1 | 21 | 3D |
| Octal | 173 | 274 | 271 | 43 | 0 | 2 | 32 | 261 | 41 | 75 |
| Binary | 1111011 | 10111100 | 10111001 | 100011 | 0 | 10 | 11010 | 10110001 | 100001 | 111101 |
Color Harmonies of #7BBCB9
Complementary color
Monochromatic Colors of #7BBCB9
Black with #7BBCB9
Text Example
Text Example
White with #7BBCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBCB9; }
p { color: rgb(123,188,185); }
H1.HeaderClassName
{
color: #7BBCB9;
}
.AnyTagClassName
{
color: #7BBCB9;
}
</style>
background-color css
<style>
a { background-color: #7BBCB9; }
a { background-color: rgb(123,188,185); }
div.DivClassName
{
background-color: #7BBCB9;
}
.BgClassName
{
background-color: #7BBCB9;
}
</style>
border-color css
<style>
span { border-color: #7BBCB9; }
span { border-color: rgb(123,188,185); }
td.TdClassName
{
border-color: #7BBCB9;
}
.TagClassName
{
border-color: #7BBCB9;
}
</style>