Shades of Monte Carlo #7FC0BB
Tints of Monte Carlo #7FC0BB
RGB
CMYK
RGB Variations
Color information
#7FC0BB (or 0x7FC0BB) is known color: Monte Carlo. HEX triplet: 7F, C0 and BB. RGB value is (127,192,187). Sum of RGB (Red+Green+Blue) = 127+192+187=506 (67% of max value = 765). Red value is 127 (50% from 255 or 25.10% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC0BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC0BB is #803F44. Grayscale: #ABABAB. Windows color (decimal): -8404805 or 12304511. OLE color: 12304511.
HSL color Cylindrical-coordinate representation of color #7FC0BB: hue angle of 175.38º 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 #7FC0BB is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 192 | 187 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.25 |
| HSL | 175.38º | 0.34% | 0.63% | - |
| HSV(B) | 175.38º | 0.34% | 0.75% | - |
| XYZ | 36.57 | 45.8 | 53.93 | - |
| YUV | 172 | 136.47 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 187 | 0.34 | 0 | 0.03 | 0.25 | 175.38 | 0.34 | 0.63 |
| Hex | 7F | C0 | BB | 22 | 0 | 3 | 19 | AF | 22 | 3F |
| Octal | 177 | 300 | 273 | 42 | 0 | 3 | 31 | 257 | 42 | 77 |
| Binary | 1111111 | 11000000 | 10111011 | 100010 | 0 | 11 | 11001 | 10101111 | 100010 | 111111 |
Color Harmonies of #7FC0BB
Complementary color
Monochromatic Colors of #7FC0BB
Black with #7FC0BB
Text Example
Text Example
White with #7FC0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC0BB; }
p { color: rgb(127,192,187); }
H1.HeaderClassName
{
color: #7FC0BB;
}
.AnyTagClassName
{
color: #7FC0BB;
}
</style>
background-color css
<style>
a { background-color: #7FC0BB; }
a { background-color: rgb(127,192,187); }
div.DivClassName
{
background-color: #7FC0BB;
}
.BgClassName
{
background-color: #7FC0BB;
}
</style>
border-color css
<style>
span { border-color: #7FC0BB; }
span { border-color: rgb(127,192,187); }
td.TdClassName
{
border-color: #7FC0BB;
}
.TagClassName
{
border-color: #7FC0BB;
}
</style>