Shades of Monte Carlo #7FC0BF
Tints of Monte Carlo #7FC0BF
RGB
CMYK
RGB Variations
Color information
#7FC0BF (or 0x7FC0BF) is known color: Monte Carlo. HEX triplet: 7F, C0 and BF. RGB value is (127,192,191). Sum of RGB (Red+Green+Blue) = 127+192+191=510 (67% of max value = 765). Red value is 127 (50% from 255 or 24.90% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC0BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC0BF is #803F40. Grayscale: #ACACAC. Windows color (decimal): -8404801 or 12566655. OLE color: 12566655.
HSL color Cylindrical-coordinate representation of color #7FC0BF: hue angle of 179.08º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7FC0BF is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 192 | 191 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.25 |
| HSL | 179.08º | 0.34% | 0.63% | - |
| HSV(B) | 179.08º | 0.34% | 0.75% | - |
| XYZ | 37.01 | 45.97 | 56.21 | - |
| YUV | 172.45 | 138.47 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 191 | 0.34 | 0 | 0.01 | 0.25 | 179.08 | 0.34 | 0.63 |
| Hex | 7F | C0 | BF | 22 | 0 | 1 | 19 | B3 | 22 | 3F |
| Octal | 177 | 300 | 277 | 42 | 0 | 1 | 31 | 263 | 42 | 77 |
| Binary | 1111111 | 11000000 | 10111111 | 100010 | 0 | 1 | 11001 | 10110011 | 100010 | 111111 |
Color Harmonies of #7FC0BF
Complementary color
Monochromatic Colors of #7FC0BF
Black with #7FC0BF
Text Example
Text Example
White with #7FC0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC0BF; }
p { color: rgb(127,192,191); }
H1.HeaderClassName
{
color: #7FC0BF;
}
.AnyTagClassName
{
color: #7FC0BF;
}
</style>
background-color css
<style>
a { background-color: #7FC0BF; }
a { background-color: rgb(127,192,191); }
div.DivClassName
{
background-color: #7FC0BF;
}
.BgClassName
{
background-color: #7FC0BF;
}
</style>
border-color css
<style>
span { border-color: #7FC0BF; }
span { border-color: rgb(127,192,191); }
td.TdClassName
{
border-color: #7FC0BF;
}
.TagClassName
{
border-color: #7FC0BF;
}
</style>