Shades of Monte Carlo #7BBEB9
Tints of Monte Carlo #7BBEB9
RGB
CMYK
RGB Variations
Color information
#7BBEB9 (or 0x7BBEB9) is known color: Monte Carlo. HEX triplet: 7B, BE and B9. RGB value is (123,190,185). Sum of RGB (Red+Green+Blue) = 123+190+185=498 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.70% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBEB9 is #844146. Grayscale: #A9A9A9. Windows color (decimal): -8667463 or 12172923. OLE color: 12172923.
HSL color Cylindrical-coordinate representation of color #7BBEB9: hue angle of 175.52º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BBEB9 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 190 | 185 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.25 |
| HSL | 175.52º | 0.34% | 0.61% | - |
| HSV(B) | 175.52º | 0.35% | 0.75% | - |
| XYZ | 35.34 | 44.54 | 52.63 | - |
| YUV | 169.4 | 136.8 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 185 | 0.35 | 0 | 0.03 | 0.25 | 175.52 | 0.34 | 0.61 |
| Hex | 7B | BE | B9 | 23 | 0 | 3 | 19 | B0 | 22 | 3D |
| Octal | 173 | 276 | 271 | 43 | 0 | 3 | 31 | 260 | 42 | 75 |
| Binary | 1111011 | 10111110 | 10111001 | 100011 | 0 | 11 | 11001 | 10110000 | 100010 | 111101 |
Color Harmonies of #7BBEB9
Complementary color
Monochromatic Colors of #7BBEB9
Black with #7BBEB9
Text Example
Text Example
White with #7BBEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBEB9; }
p { color: rgb(123,190,185); }
H1.HeaderClassName
{
color: #7BBEB9;
}
.AnyTagClassName
{
color: #7BBEB9;
}
</style>
background-color css
<style>
a { background-color: #7BBEB9; }
a { background-color: rgb(123,190,185); }
div.DivClassName
{
background-color: #7BBEB9;
}
.BgClassName
{
background-color: #7BBEB9;
}
</style>
border-color css
<style>
span { border-color: #7BBEB9; }
span { border-color: rgb(123,190,185); }
td.TdClassName
{
border-color: #7BBEB9;
}
.TagClassName
{
border-color: #7BBEB9;
}
</style>