Shades of Monte Carlo #7BBAB5
Tints of Monte Carlo #7BBAB5
RGB
CMYK
RGB Variations
Color information
#7BBAB5 (or 0x7BBAB5) is known color: Monte Carlo. HEX triplet: 7B, BA and B5. RGB value is (123,186,181). Sum of RGB (Red+Green+Blue) = 123+186+181=490 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.10% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBAB5 is #84454A. Grayscale: #A6A6A6. Windows color (decimal): -8668491 or 11909755. OLE color: 11909755.
HSL color Cylindrical-coordinate representation of color #7BBAB5: hue angle of 175.24º degrees, saturation: 0.31, 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 #7BBAB5 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 186 | 181 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.27 |
| HSL | 175.24º | 0.31% | 0.61% | - |
| HSV(B) | 175.24º | 0.34% | 0.73% | - |
| XYZ | 34.07 | 42.66 | 50.16 | - |
| YUV | 166.59 | 136.13 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 186 | 181 | 0.34 | 0 | 0.03 | 0.27 | 175.24 | 0.31 | 0.61 |
| Hex | 7B | BA | B5 | 22 | 0 | 3 | 1B | AF | 1F | 3D |
| Octal | 173 | 272 | 265 | 42 | 0 | 3 | 33 | 257 | 37 | 75 |
| Binary | 1111011 | 10111010 | 10110101 | 100010 | 0 | 11 | 11011 | 10101111 | 11111 | 111101 |
Color Harmonies of #7BBAB5
Complementary color
Monochromatic Colors of #7BBAB5
Black with #7BBAB5
Text Example
Text Example
White with #7BBAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBAB5; }
p { color: rgb(123,186,181); }
H1.HeaderClassName
{
color: #7BBAB5;
}
.AnyTagClassName
{
color: #7BBAB5;
}
</style>
background-color css
<style>
a { background-color: #7BBAB5; }
a { background-color: rgb(123,186,181); }
div.DivClassName
{
background-color: #7BBAB5;
}
.BgClassName
{
background-color: #7BBAB5;
}
</style>
border-color css
<style>
span { border-color: #7BBAB5; }
span { border-color: rgb(123,186,181); }
td.TdClassName
{
border-color: #7BBAB5;
}
.TagClassName
{
border-color: #7BBAB5;
}
</style>