Shades of Monte Carlo #7FC1BA
Tints of Monte Carlo #7FC1BA
RGB
CMYK
RGB Variations
Color information
#7FC1BA (or 0x7FC1BA) is known color: Monte Carlo. HEX triplet: 7F, C1 and BA. RGB value is (127,193,186). Sum of RGB (Red+Green+Blue) = 127+193+186=506 (67% of max value = 765). Red value is 127 (50% from 255 or 25.10% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 193 - color contains mainly: green. Hex color #7FC1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC1BA is #803E45. Grayscale: #ACACAC. Windows color (decimal): -8404550 or 12239231. OLE color: 12239231.
HSL color Cylindrical-coordinate representation of color #7FC1BA: hue angle of 173.64º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7FC1BA is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 193 | 186 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.24 |
| HSL | 173.64º | 0.35% | 0.63% | - |
| HSV(B) | 173.64º | 0.34% | 0.76% | - |
| XYZ | 36.69 | 46.2 | 53.44 | - |
| YUV | 172.47 | 135.63 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 193 | 186 | 0.34 | 0 | 0.04 | 0.24 | 173.64 | 0.35 | 0.63 |
| Hex | 7F | C1 | BA | 22 | 0 | 4 | 18 | AE | 23 | 3F |
| Octal | 177 | 301 | 272 | 42 | 0 | 4 | 30 | 256 | 43 | 77 |
| Binary | 1111111 | 11000001 | 10111010 | 100010 | 0 | 100 | 11000 | 10101110 | 100011 | 111111 |
Color Harmonies of #7FC1BA
Complementary color
Monochromatic Colors of #7FC1BA
Black with #7FC1BA
Text Example
Text Example
White with #7FC1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC1BA; }
p { color: rgb(127,193,186); }
H1.HeaderClassName
{
color: #7FC1BA;
}
.AnyTagClassName
{
color: #7FC1BA;
}
</style>
background-color css
<style>
a { background-color: #7FC1BA; }
a { background-color: rgb(127,193,186); }
div.DivClassName
{
background-color: #7FC1BA;
}
.BgClassName
{
background-color: #7FC1BA;
}
</style>
border-color css
<style>
span { border-color: #7FC1BA; }
span { border-color: rgb(127,193,186); }
td.TdClassName
{
border-color: #7FC1BA;
}
.TagClassName
{
border-color: #7FC1BA;
}
</style>