Shades of Monte Carlo #7BBBB2
Tints of Monte Carlo #7BBBB2
RGB
CMYK
RGB Variations
Color information
#7BBBB2 (or 0x7BBBB2) is known color: Monte Carlo. HEX triplet: 7B, BB and B2. RGB value is (123,187,178). Sum of RGB (Red+Green+Blue) = 123+187+178=488 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.20% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 187 - color contains mainly: green. Hex color #7BBBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBBB2 is #84444D. Grayscale: #A6A6A6. Windows color (decimal): -8668238 or 11713403. OLE color: 11713403.
HSL color Cylindrical-coordinate representation of color #7BBBB2: hue angle of 171.56º 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 #7BBBB2 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 187 | 178 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.27 |
| HSL | 171.56º | 0.32% | 0.61% | - |
| HSV(B) | 171.56º | 0.34% | 0.73% | - |
| XYZ | 33.97 | 42.97 | 48.62 | - |
| YUV | 166.84 | 134.3 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 187 | 178 | 0.34 | 0 | 0.05 | 0.27 | 171.56 | 0.32 | 0.61 |
| Hex | 7B | BB | B2 | 22 | 0 | 5 | 1B | AC | 20 | 3D |
| Octal | 173 | 273 | 262 | 42 | 0 | 5 | 33 | 254 | 40 | 75 |
| Binary | 1111011 | 10111011 | 10110010 | 100010 | 0 | 101 | 11011 | 10101100 | 100000 | 111101 |
Color Harmonies of #7BBBB2
Complementary color
Monochromatic Colors of #7BBBB2
Black with #7BBBB2
Text Example
Text Example
White with #7BBBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBBB2; }
p { color: rgb(123,187,178); }
H1.HeaderClassName
{
color: #7BBBB2;
}
.AnyTagClassName
{
color: #7BBBB2;
}
</style>
background-color css
<style>
a { background-color: #7BBBB2; }
a { background-color: rgb(123,187,178); }
div.DivClassName
{
background-color: #7BBBB2;
}
.BgClassName
{
background-color: #7BBBB2;
}
</style>
border-color css
<style>
span { border-color: #7BBBB2; }
span { border-color: rgb(123,187,178); }
td.TdClassName
{
border-color: #7BBBB2;
}
.TagClassName
{
border-color: #7BBBB2;
}
</style>