Shades of Monte Carlo #77C1BA
Tints of Monte Carlo #77C1BA
RGB
CMYK
RGB Variations
Color information
#77C1BA (or 0x77C1BA) is known color: Monte Carlo. HEX triplet: 77, C1 and BA. RGB value is (119,193,186). Sum of RGB (Red+Green+Blue) = 119+193+186=498 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.90% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 193 - color contains mainly: green. Hex color #77C1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C1BA is #883E45. Grayscale: #AAAAAA. Windows color (decimal): -8928838 or 12239223. OLE color: 12239223.
HSL color Cylindrical-coordinate representation of color #77C1BA: hue angle of 174.32º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77C1BA is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 193 | 186 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.24 |
| HSL | 174.32º | 0.37% | 0.61% | - |
| HSV(B) | 174.32º | 0.38% | 0.76% | - |
| XYZ | 35.54 | 45.61 | 53.38 | - |
| YUV | 170.08 | 136.98 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 193 | 186 | 0.38 | 0 | 0.04 | 0.24 | 174.32 | 0.37 | 0.61 |
| Hex | 77 | C1 | BA | 26 | 0 | 4 | 18 | AE | 25 | 3D |
| Octal | 167 | 301 | 272 | 46 | 0 | 4 | 30 | 256 | 45 | 75 |
| Binary | 1110111 | 11000001 | 10111010 | 100110 | 0 | 100 | 11000 | 10101110 | 100101 | 111101 |
Color Harmonies of #77C1BA
Complementary color
Monochromatic Colors of #77C1BA
Black with #77C1BA
Text Example
Text Example
White with #77C1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C1BA; }
p { color: rgb(119,193,186); }
H1.HeaderClassName
{
color: #77C1BA;
}
.AnyTagClassName
{
color: #77C1BA;
}
</style>
background-color css
<style>
a { background-color: #77C1BA; }
a { background-color: rgb(119,193,186); }
div.DivClassName
{
background-color: #77C1BA;
}
.BgClassName
{
background-color: #77C1BA;
}
</style>
border-color css
<style>
span { border-color: #77C1BA; }
span { border-color: rgb(119,193,186); }
td.TdClassName
{
border-color: #77C1BA;
}
.TagClassName
{
border-color: #77C1BA;
}
</style>