Shades of Monte Carlo #7BBCAA
Tints of Monte Carlo #7BBCAA
RGB
CMYK
RGB Variations
Color information
#7BBCAA (or 0x7BBCAA) is known color: Monte Carlo. HEX triplet: 7B, BC and AA. RGB value is (123,188,170). Sum of RGB (Red+Green+Blue) = 123+188+170=481 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.57% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBCAA is #844355. Grayscale: #A6A6A6. Windows color (decimal): -8667990 or 11189371. OLE color: 11189371.
HSL color Cylindrical-coordinate representation of color #7BBCAA: hue angle of 163.38º 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 #7BBCAA is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 170 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.26 |
| HSL | 163.38º | 0.33% | 0.61% | - |
| HSV(B) | 163.38º | 0.35% | 0.74% | - |
| XYZ | 33.41 | 43.08 | 44.58 | - |
| YUV | 166.51 | 129.97 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 170 | 0.35 | 0 | 0.10 | 0.26 | 163.38 | 0.33 | 0.61 |
| Hex | 7B | BC | AA | 23 | 0 | A | 1A | A3 | 21 | 3D |
| Octal | 173 | 274 | 252 | 43 | 0 | 12 | 32 | 243 | 41 | 75 |
| Binary | 1111011 | 10111100 | 10101010 | 100011 | 0 | 1010 | 11010 | 10100011 | 100001 | 111101 |
Color Harmonies of #7BBCAA
Complementary color
Monochromatic Colors of #7BBCAA
Black with #7BBCAA
Text Example
Text Example
White with #7BBCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBCAA; }
p { color: rgb(123,188,170); }
H1.HeaderClassName
{
color: #7BBCAA;
}
.AnyTagClassName
{
color: #7BBCAA;
}
</style>
background-color css
<style>
a { background-color: #7BBCAA; }
a { background-color: rgb(123,188,170); }
div.DivClassName
{
background-color: #7BBCAA;
}
.BgClassName
{
background-color: #7BBCAA;
}
</style>
border-color css
<style>
span { border-color: #7BBCAA; }
span { border-color: rgb(123,188,170); }
td.TdClassName
{
border-color: #7BBCAA;
}
.TagClassName
{
border-color: #7BBCAA;
}
</style>