Shades of Monte Carlo #7BCFBB
Tints of Monte Carlo #7BCFBB
RGB
CMYK
RGB Variations
Color information
#7BCFBB (or 0x7BCFBB) is known color: Monte Carlo. HEX triplet: 7B, CF and BB. RGB value is (123,207,187). Sum of RGB (Red+Green+Blue) = 123+207+187=517 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.79% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 207 - color contains mainly: green. Hex color #7BCFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCFBB is #843044. Grayscale: #B3B3B3. Windows color (decimal): -8663109 or 12308347. OLE color: 12308347.
HSL color Cylindrical-coordinate representation of color #7BCFBB: hue angle of 165.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BCFBB is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 207 | 187 | - |
| CMYK | 0.41 | 0 | 0.10 | 0.19 |
| HSL | 165.71º | 0.47% | 0.65% | - |
| HSV(B) | 165.71º | 0.41% | 0.81% | - |
| XYZ | 39.45 | 52.42 | 55.05 | - |
| YUV | 179.6 | 132.17 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 207 | 187 | 0.41 | 0 | 0.10 | 0.19 | 165.71 | 0.47 | 0.65 |
| Hex | 7B | CF | BB | 29 | 0 | A | 13 | A6 | 2F | 41 |
| Octal | 173 | 317 | 273 | 51 | 0 | 12 | 23 | 246 | 57 | 101 |
| Binary | 1111011 | 11001111 | 10111011 | 101001 | 0 | 1010 | 10011 | 10100110 | 101111 | 1000001 |
Color Harmonies of #7BCFBB
Complementary color
Monochromatic Colors of #7BCFBB
Black with #7BCFBB
Text Example
Text Example
White with #7BCFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCFBB; }
p { color: rgb(123,207,187); }
H1.HeaderClassName
{
color: #7BCFBB;
}
.AnyTagClassName
{
color: #7BCFBB;
}
</style>
background-color css
<style>
a { background-color: #7BCFBB; }
a { background-color: rgb(123,207,187); }
div.DivClassName
{
background-color: #7BCFBB;
}
.BgClassName
{
background-color: #7BCFBB;
}
</style>
border-color css
<style>
span { border-color: #7BCFBB; }
span { border-color: rgb(123,207,187); }
td.TdClassName
{
border-color: #7BCFBB;
}
.TagClassName
{
border-color: #7BCFBB;
}
</style>