Shades of Monte Carlo #7BC2BF
Tints of Monte Carlo #7BC2BF
RGB
CMYK
RGB Variations
Color information
#7BC2BF (or 0x7BC2BF) is known color: Monte Carlo. HEX triplet: 7B, C2 and BF. RGB value is (123,194,191). Sum of RGB (Red+Green+Blue) = 123+194+191=508 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.21% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 194 - color contains mainly: green. Hex color #7BC2BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC2BF is #843D40. Grayscale: #ACACAC. Windows color (decimal): -8666433 or 12567163. OLE color: 12567163.
HSL color Cylindrical-coordinate representation of color #7BC2BF: hue angle of 177.46º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7BC2BF is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 194 | 191 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.24 |
| HSL | 177.46º | 0.37% | 0.62% | - |
| HSV(B) | 177.46º | 0.37% | 0.76% | - |
| XYZ | 36.86 | 46.56 | 56.33 | - |
| YUV | 172.43 | 138.48 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 194 | 191 | 0.37 | 0 | 0.02 | 0.24 | 177.46 | 0.37 | 0.62 |
| Hex | 7B | C2 | BF | 25 | 0 | 2 | 18 | B1 | 25 | 3E |
| Octal | 173 | 302 | 277 | 45 | 0 | 2 | 30 | 261 | 45 | 76 |
| Binary | 1111011 | 11000010 | 10111111 | 100101 | 0 | 10 | 11000 | 10110001 | 100101 | 111110 |
Color Harmonies of #7BC2BF
Complementary color
Monochromatic Colors of #7BC2BF
Black with #7BC2BF
Text Example
Text Example
White with #7BC2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC2BF; }
p { color: rgb(123,194,191); }
H1.HeaderClassName
{
color: #7BC2BF;
}
.AnyTagClassName
{
color: #7BC2BF;
}
</style>
background-color css
<style>
a { background-color: #7BC2BF; }
a { background-color: rgb(123,194,191); }
div.DivClassName
{
background-color: #7BC2BF;
}
.BgClassName
{
background-color: #7BC2BF;
}
</style>
border-color css
<style>
span { border-color: #7BC2BF; }
span { border-color: rgb(123,194,191); }
td.TdClassName
{
border-color: #7BC2BF;
}
.TagClassName
{
border-color: #7BC2BF;
}
</style>