Shades of Monte Carlo #7BC8BF
Tints of Monte Carlo #7BC8BF
RGB
CMYK
RGB Variations
Color information
#7BC8BF (or 0x7BC8BF) is known color: Monte Carlo. HEX triplet: 7B, C8 and BF. RGB value is (123,200,191). Sum of RGB (Red+Green+Blue) = 123+200+191=514 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.93% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 200 - color contains mainly: green. Hex color #7BC8BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC8BF is #843740. Grayscale: #AFAFAF. Windows color (decimal): -8664897 or 12568699. OLE color: 12568699.
HSL color Cylindrical-coordinate representation of color #7BC8BF: hue angle of 172.99º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7BC8BF is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 200 | 191 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.22 |
| HSL | 172.99º | 0.41% | 0.63% | - |
| HSV(B) | 172.99º | 0.39% | 0.78% | - |
| XYZ | 38.23 | 49.28 | 56.79 | - |
| YUV | 175.95 | 136.49 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 200 | 191 | 0.38 | 0 | 0.04 | 0.22 | 172.99 | 0.41 | 0.63 |
| Hex | 7B | C8 | BF | 26 | 0 | 4 | 16 | AD | 29 | 3F |
| Octal | 173 | 310 | 277 | 46 | 0 | 4 | 26 | 255 | 51 | 77 |
| Binary | 1111011 | 11001000 | 10111111 | 100110 | 0 | 100 | 10110 | 10101101 | 101001 | 111111 |
Color Harmonies of #7BC8BF
Complementary color
Monochromatic Colors of #7BC8BF
Black with #7BC8BF
Text Example
Text Example
White with #7BC8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC8BF; }
p { color: rgb(123,200,191); }
H1.HeaderClassName
{
color: #7BC8BF;
}
.AnyTagClassName
{
color: #7BC8BF;
}
</style>
background-color css
<style>
a { background-color: #7BC8BF; }
a { background-color: rgb(123,200,191); }
div.DivClassName
{
background-color: #7BC8BF;
}
.BgClassName
{
background-color: #7BC8BF;
}
</style>
border-color css
<style>
span { border-color: #7BC8BF; }
span { border-color: rgb(123,200,191); }
td.TdClassName
{
border-color: #7BC8BF;
}
.TagClassName
{
border-color: #7BC8BF;
}
</style>