Shades of Monte Carlo #80C0BB
Tints of Monte Carlo #80C0BB
RGB
CMYK
RGB Variations
Color information
#80C0BB (or 0x80C0BB) is known color: Monte Carlo. HEX triplet: 80, C0 and BB. RGB value is (128,192,187). Sum of RGB (Red+Green+Blue) = 128+192+187=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 192 - color contains mainly: green. Hex color #80C0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C0BB is #7F3F44. Grayscale: #ACACAC. Windows color (decimal): -8339269 or 12304512. OLE color: 12304512.
HSL color Cylindrical-coordinate representation of color #80C0BB: hue angle of 175.31º 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 #80C0BB is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 192 | 187 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.25 |
| HSL | 175.31º | 0.34% | 0.63% | - |
| HSV(B) | 175.31º | 0.33% | 0.75% | - |
| XYZ | 36.72 | 45.88 | 53.93 | - |
| YUV | 172.29 | 136.3 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 192 | 187 | 0.33 | 0 | 0.03 | 0.25 | 175.31 | 0.34 | 0.63 |
| Hex | 80 | C0 | BB | 21 | 0 | 3 | 19 | AF | 22 | 3F |
| Octal | 200 | 300 | 273 | 41 | 0 | 3 | 31 | 257 | 42 | 77 |
| Binary | 10000000 | 11000000 | 10111011 | 100001 | 0 | 11 | 11001 | 10101111 | 100010 | 111111 |
Color Harmonies of #80C0BB
Complementary color
Monochromatic Colors of #80C0BB
Black with #80C0BB
Text Example
Text Example
White with #80C0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C0BB; }
p { color: rgb(128,192,187); }
H1.HeaderClassName
{
color: #80C0BB;
}
.AnyTagClassName
{
color: #80C0BB;
}
</style>
background-color css
<style>
a { background-color: #80C0BB; }
a { background-color: rgb(128,192,187); }
div.DivClassName
{
background-color: #80C0BB;
}
.BgClassName
{
background-color: #80C0BB;
}
</style>
border-color css
<style>
span { border-color: #80C0BB; }
span { border-color: rgb(128,192,187); }
td.TdClassName
{
border-color: #80C0BB;
}
.TagClassName
{
border-color: #80C0BB;
}
</style>