Shades of Monte Carlo #7FC0BE
Tints of Monte Carlo #7FC0BE
RGB
CMYK
RGB Variations
Color information
#7FC0BE (or 0x7FC0BE) is known color: Monte Carlo. HEX triplet: 7F, C0 and BE. RGB value is (127,192,190). Sum of RGB (Red+Green+Blue) = 127+192+190=509 (67% of max value = 765). Red value is 127 (50% from 255 or 24.95% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC0BE is #803F41. Grayscale: #ACACAC. Windows color (decimal): -8404802 or 12501119. OLE color: 12501119.
HSL color Cylindrical-coordinate representation of color #7FC0BE: hue angle of 178.15º 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 #7FC0BE is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 192 | 190 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.25 |
| HSL | 178.15º | 0.34% | 0.63% | - |
| HSV(B) | 178.15º | 0.34% | 0.75% | - |
| XYZ | 36.9 | 45.93 | 55.64 | - |
| YUV | 172.34 | 137.97 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 190 | 0.34 | 0 | 0.01 | 0.25 | 178.15 | 0.34 | 0.63 |
| Hex | 7F | C0 | BE | 22 | 0 | 1 | 19 | B2 | 22 | 3F |
| Octal | 177 | 300 | 276 | 42 | 0 | 1 | 31 | 262 | 42 | 77 |
| Binary | 1111111 | 11000000 | 10111110 | 100010 | 0 | 1 | 11001 | 10110010 | 100010 | 111111 |
Color Harmonies of #7FC0BE
Complementary color
Monochromatic Colors of #7FC0BE
Black with #7FC0BE
Text Example
Text Example
White with #7FC0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC0BE; }
p { color: rgb(127,192,190); }
H1.HeaderClassName
{
color: #7FC0BE;
}
.AnyTagClassName
{
color: #7FC0BE;
}
</style>
background-color css
<style>
a { background-color: #7FC0BE; }
a { background-color: rgb(127,192,190); }
div.DivClassName
{
background-color: #7FC0BE;
}
.BgClassName
{
background-color: #7FC0BE;
}
</style>
border-color css
<style>
span { border-color: #7FC0BE; }
span { border-color: rgb(127,192,190); }
td.TdClassName
{
border-color: #7FC0BE;
}
.TagClassName
{
border-color: #7FC0BE;
}
</style>