Shades of Monte Carlo #80C0BA
Tints of Monte Carlo #80C0BA
RGB
CMYK
RGB Variations
Color information
#80C0BA (or 0x80C0BA) is known color: Monte Carlo. HEX triplet: 80, C0 and BA. RGB value is (128,192,186). Sum of RGB (Red+Green+Blue) = 128+192+186=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 192 - color contains mainly: green. Hex color #80C0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C0BA is #7F3F45. Grayscale: #ACACAC. Windows color (decimal): -8339270 or 12238976. OLE color: 12238976.
HSL color Cylindrical-coordinate representation of color #80C0BA: hue angle of 174.38º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80C0BA is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 192 | 186 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.25 |
| HSL | 174.38º | 0.34% | 0.63% | - |
| HSV(B) | 174.38º | 0.33% | 0.75% | - |
| XYZ | 36.61 | 45.83 | 53.37 | - |
| YUV | 172.18 | 135.8 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 192 | 186 | 0.33 | 0 | 0.03 | 0.25 | 174.38 | 0.34 | 0.63 |
| Hex | 80 | C0 | BA | 21 | 0 | 3 | 19 | AE | 22 | 3F |
| Octal | 200 | 300 | 272 | 41 | 0 | 3 | 31 | 256 | 42 | 77 |
| Binary | 10000000 | 11000000 | 10111010 | 100001 | 0 | 11 | 11001 | 10101110 | 100010 | 111111 |
Color Harmonies of #80C0BA
Complementary color
Monochromatic Colors of #80C0BA
Black with #80C0BA
Text Example
Text Example
White with #80C0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C0BA; }
p { color: rgb(128,192,186); }
H1.HeaderClassName
{
color: #80C0BA;
}
.AnyTagClassName
{
color: #80C0BA;
}
</style>
background-color css
<style>
a { background-color: #80C0BA; }
a { background-color: rgb(128,192,186); }
div.DivClassName
{
background-color: #80C0BA;
}
.BgClassName
{
background-color: #80C0BA;
}
</style>
border-color css
<style>
span { border-color: #80C0BA; }
span { border-color: rgb(128,192,186); }
td.TdClassName
{
border-color: #80C0BA;
}
.TagClassName
{
border-color: #80C0BA;
}
</style>