Shades of Monte Carlo #7BBDBA
Tints of Monte Carlo #7BBDBA
RGB
CMYK
RGB Variations
Color information
#7BBDBA (or 0x7BBDBA) is known color: Monte Carlo. HEX triplet: 7B, BD and BA. RGB value is (123,189,186). Sum of RGB (Red+Green+Blue) = 123+189+186=498 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.70% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 189 - color contains mainly: green. Hex color #7BBDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBDBA is #844245. Grayscale: #A8A8A8. Windows color (decimal): -8667718 or 12238203. OLE color: 12238203.
HSL color Cylindrical-coordinate representation of color #7BBDBA: hue angle of 177.27º 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 #7BBDBA is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 189 | 186 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.26 |
| HSL | 177.27º | 0.33% | 0.61% | - |
| HSV(B) | 177.27º | 0.35% | 0.74% | - |
| XYZ | 35.23 | 44.15 | 53.12 | - |
| YUV | 168.92 | 137.63 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 189 | 186 | 0.35 | 0 | 0.02 | 0.26 | 177.27 | 0.33 | 0.61 |
| Hex | 7B | BD | BA | 23 | 0 | 2 | 1A | B1 | 21 | 3D |
| Octal | 173 | 275 | 272 | 43 | 0 | 2 | 32 | 261 | 41 | 75 |
| Binary | 1111011 | 10111101 | 10111010 | 100011 | 0 | 10 | 11010 | 10110001 | 100001 | 111101 |
Color Harmonies of #7BBDBA
Complementary color
Monochromatic Colors of #7BBDBA
Black with #7BBDBA
Text Example
Text Example
White with #7BBDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBDBA; }
p { color: rgb(123,189,186); }
H1.HeaderClassName
{
color: #7BBDBA;
}
.AnyTagClassName
{
color: #7BBDBA;
}
</style>
background-color css
<style>
a { background-color: #7BBDBA; }
a { background-color: rgb(123,189,186); }
div.DivClassName
{
background-color: #7BBDBA;
}
.BgClassName
{
background-color: #7BBDBA;
}
</style>
border-color css
<style>
span { border-color: #7BBDBA; }
span { border-color: rgb(123,189,186); }
td.TdClassName
{
border-color: #7BBDBA;
}
.TagClassName
{
border-color: #7BBDBA;
}
</style>