Shades of Monte Carlo #7BC1BC
Tints of Monte Carlo #7BC1BC
RGB
CMYK
RGB Variations
Color information
#7BC1BC (or 0x7BC1BC) is known color: Monte Carlo. HEX triplet: 7B, C1 and BC. RGB value is (123,193,188). Sum of RGB (Red+Green+Blue) = 123+193+188=504 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.40% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 193 - color contains mainly: green. Hex color #7BC1BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC1BC is #843E43. Grayscale: #ABABAB. Windows color (decimal): -8666692 or 12370299. OLE color: 12370299.
HSL color Cylindrical-coordinate representation of color #7BC1BC: hue angle of 175.71º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7BC1BC is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 193 | 188 | - |
| CMYK | 0.36 | 0 | 0.03 | 0.24 |
| HSL | 175.71º | 0.36% | 0.62% | - |
| HSV(B) | 175.71º | 0.36% | 0.76% | - |
| XYZ | 36.32 | 45.98 | 54.54 | - |
| YUV | 171.5 | 137.31 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 193 | 188 | 0.36 | 0 | 0.03 | 0.24 | 175.71 | 0.36 | 0.62 |
| Hex | 7B | C1 | BC | 24 | 0 | 3 | 18 | B0 | 24 | 3E |
| Octal | 173 | 301 | 274 | 44 | 0 | 3 | 30 | 260 | 44 | 76 |
| Binary | 1111011 | 11000001 | 10111100 | 100100 | 0 | 11 | 11000 | 10110000 | 100100 | 111110 |
Color Harmonies of #7BC1BC
Complementary color
Monochromatic Colors of #7BC1BC
Black with #7BC1BC
Text Example
Text Example
White with #7BC1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC1BC; }
p { color: rgb(123,193,188); }
H1.HeaderClassName
{
color: #7BC1BC;
}
.AnyTagClassName
{
color: #7BC1BC;
}
</style>
background-color css
<style>
a { background-color: #7BC1BC; }
a { background-color: rgb(123,193,188); }
div.DivClassName
{
background-color: #7BC1BC;
}
.BgClassName
{
background-color: #7BC1BC;
}
</style>
border-color css
<style>
span { border-color: #7BC1BC; }
span { border-color: rgb(123,193,188); }
td.TdClassName
{
border-color: #7BC1BC;
}
.TagClassName
{
border-color: #7BC1BC;
}
</style>