Shades of Monte Carlo #7BBBB5
Tints of Monte Carlo #7BBBB5
RGB
CMYK
RGB Variations
Color information
#7BBBB5 (or 0x7BBBB5) is known color: Monte Carlo. HEX triplet: 7B, BB and B5. RGB value is (123,187,181). Sum of RGB (Red+Green+Blue) = 123+187+181=491 (65% of max value = 765). Red value is 123 (48.44% from 255 or 25.05% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 187 - color contains mainly: green. Hex color #7BBBB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBBB5 is #84444A. Grayscale: #A7A7A7. Windows color (decimal): -8668235 or 11910011. OLE color: 11910011.
HSL color Cylindrical-coordinate representation of color #7BBBB5: hue angle of 174.38º 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 #7BBBB5 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 187 | 181 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.27 |
| HSL | 174.38º | 0.32% | 0.61% | - |
| HSV(B) | 174.38º | 0.34% | 0.73% | - |
| XYZ | 34.28 | 43.09 | 50.23 | - |
| YUV | 167.18 | 135.8 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 187 | 181 | 0.34 | 0 | 0.03 | 0.27 | 174.38 | 0.32 | 0.61 |
| Hex | 7B | BB | B5 | 22 | 0 | 3 | 1B | AE | 20 | 3D |
| Octal | 173 | 273 | 265 | 42 | 0 | 3 | 33 | 256 | 40 | 75 |
| Binary | 1111011 | 10111011 | 10110101 | 100010 | 0 | 11 | 11011 | 10101110 | 100000 | 111101 |
Color Harmonies of #7BBBB5
Complementary color
Monochromatic Colors of #7BBBB5
Black with #7BBBB5
Text Example
Text Example
White with #7BBBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBBB5; }
p { color: rgb(123,187,181); }
H1.HeaderClassName
{
color: #7BBBB5;
}
.AnyTagClassName
{
color: #7BBBB5;
}
</style>
background-color css
<style>
a { background-color: #7BBBB5; }
a { background-color: rgb(123,187,181); }
div.DivClassName
{
background-color: #7BBBB5;
}
.BgClassName
{
background-color: #7BBBB5;
}
</style>
border-color css
<style>
span { border-color: #7BBBB5; }
span { border-color: rgb(123,187,181); }
td.TdClassName
{
border-color: #7BBBB5;
}
.TagClassName
{
border-color: #7BBBB5;
}
</style>