Shades of Monte Carlo #7BBBB9
Tints of Monte Carlo #7BBBB9
RGB
CMYK
RGB Variations
Color information
#7BBBB9 (or 0x7BBBB9) is known color: Monte Carlo. HEX triplet: 7B, BB and B9. RGB value is (123,187,185). Sum of RGB (Red+Green+Blue) = 123+187+185=495 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.85% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 187 - color contains mainly: green. Hex color #7BBBB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBBB9 is #844446. Grayscale: #A7A7A7. Windows color (decimal): -8668231 or 12172155. OLE color: 12172155.
HSL color Cylindrical-coordinate representation of color #7BBBB9: hue angle of 178.12º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BBBB9 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 187 | 185 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.27 |
| HSL | 178.13º | 0.32% | 0.61% | - |
| HSV(B) | 178.13º | 0.34% | 0.73% | - |
| XYZ | 34.7 | 43.25 | 52.42 | - |
| YUV | 167.64 | 137.8 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 187 | 185 | 0.34 | 0 | 0.01 | 0.27 | 178.13 | 0.32 | 0.61 |
| Hex | 7B | BB | B9 | 22 | 0 | 1 | 1B | B2 | 20 | 3D |
| Octal | 173 | 273 | 271 | 42 | 0 | 1 | 33 | 262 | 40 | 75 |
| Binary | 1111011 | 10111011 | 10111001 | 100010 | 0 | 1 | 11011 | 10110010 | 100000 | 111101 |
Color Harmonies of #7BBBB9
Complementary color
Monochromatic Colors of #7BBBB9
Black with #7BBBB9
Text Example
Text Example
White with #7BBBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBBB9; }
p { color: rgb(123,187,185); }
H1.HeaderClassName
{
color: #7BBBB9;
}
.AnyTagClassName
{
color: #7BBBB9;
}
</style>
background-color css
<style>
a { background-color: #7BBBB9; }
a { background-color: rgb(123,187,185); }
div.DivClassName
{
background-color: #7BBBB9;
}
.BgClassName
{
background-color: #7BBBB9;
}
</style>
border-color css
<style>
span { border-color: #7BBBB9; }
span { border-color: rgb(123,187,185); }
td.TdClassName
{
border-color: #7BBBB9;
}
.TagClassName
{
border-color: #7BBBB9;
}
</style>