Shades of Monte Carlo #7BC9BF
Tints of Monte Carlo #7BC9BF
RGB
CMYK
RGB Variations
Color information
#7BC9BF (or 0x7BC9BF) is known color: Monte Carlo. HEX triplet: 7B, C9 and BF. RGB value is (123,201,191). Sum of RGB (Red+Green+Blue) = 123+201+191=515 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.88% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 201 - color contains mainly: green. Hex color #7BC9BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC9BF is #843640. Grayscale: #B0B0B0. Windows color (decimal): -8664641 or 12568955. OLE color: 12568955.
HSL color Cylindrical-coordinate representation of color #7BC9BF: hue angle of 172.31º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BC9BF is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 201 | 191 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.21 |
| HSL | 172.31º | 0.42% | 0.64% | - |
| HSV(B) | 172.31º | 0.39% | 0.79% | - |
| XYZ | 38.46 | 49.75 | 56.87 | - |
| YUV | 176.54 | 136.16 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 201 | 191 | 0.39 | 0 | 0.05 | 0.21 | 172.31 | 0.42 | 0.64 |
| Hex | 7B | C9 | BF | 27 | 0 | 5 | 15 | AC | 2A | 40 |
| Octal | 173 | 311 | 277 | 47 | 0 | 5 | 25 | 254 | 52 | 100 |
| Binary | 1111011 | 11001001 | 10111111 | 100111 | 0 | 101 | 10101 | 10101100 | 101010 | 1000000 |
Color Harmonies of #7BC9BF
Complementary color
Monochromatic Colors of #7BC9BF
Black with #7BC9BF
Text Example
Text Example
White with #7BC9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC9BF; }
p { color: rgb(123,201,191); }
H1.HeaderClassName
{
color: #7BC9BF;
}
.AnyTagClassName
{
color: #7BC9BF;
}
</style>
background-color css
<style>
a { background-color: #7BC9BF; }
a { background-color: rgb(123,201,191); }
div.DivClassName
{
background-color: #7BC9BF;
}
.BgClassName
{
background-color: #7BC9BF;
}
</style>
border-color css
<style>
span { border-color: #7BC9BF; }
span { border-color: rgb(123,201,191); }
td.TdClassName
{
border-color: #7BC9BF;
}
.TagClassName
{
border-color: #7BC9BF;
}
</style>