Shades of Monte Carlo #7FC2BF
Tints of Monte Carlo #7FC2BF
RGB
CMYK
RGB Variations
Color information
#7FC2BF (or 0x7FC2BF) is known color: Monte Carlo. HEX triplet: 7F, C2 and BF. RGB value is (127,194,191). Sum of RGB (Red+Green+Blue) = 127+194+191=512 (67% of max value = 765). Red value is 127 (50% from 255 or 24.80% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 194 - color contains mainly: green. Hex color #7FC2BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC2BF is #803D40. Grayscale: #ADADAD. Windows color (decimal): -8404289 or 12567167. OLE color: 12567167.
HSL color Cylindrical-coordinate representation of color #7FC2BF: hue angle of 177.31º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FC2BF is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 194 | 191 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.24 |
| HSL | 177.31º | 0.35% | 0.63% | - |
| HSV(B) | 177.31º | 0.35% | 0.76% | - |
| XYZ | 37.45 | 46.86 | 56.36 | - |
| YUV | 173.63 | 137.8 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 194 | 191 | 0.35 | 0 | 0.02 | 0.24 | 177.31 | 0.35 | 0.63 |
| Hex | 7F | C2 | BF | 23 | 0 | 2 | 18 | B1 | 23 | 3F |
| Octal | 177 | 302 | 277 | 43 | 0 | 2 | 30 | 261 | 43 | 77 |
| Binary | 1111111 | 11000010 | 10111111 | 100011 | 0 | 10 | 11000 | 10110001 | 100011 | 111111 |
Color Harmonies of #7FC2BF
Complementary color
Monochromatic Colors of #7FC2BF
Black with #7FC2BF
Text Example
Text Example
White with #7FC2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC2BF; }
p { color: rgb(127,194,191); }
H1.HeaderClassName
{
color: #7FC2BF;
}
.AnyTagClassName
{
color: #7FC2BF;
}
</style>
background-color css
<style>
a { background-color: #7FC2BF; }
a { background-color: rgb(127,194,191); }
div.DivClassName
{
background-color: #7FC2BF;
}
.BgClassName
{
background-color: #7FC2BF;
}
</style>
border-color css
<style>
span { border-color: #7FC2BF; }
span { border-color: rgb(127,194,191); }
td.TdClassName
{
border-color: #7FC2BF;
}
.TagClassName
{
border-color: #7FC2BF;
}
</style>