Shades of Monte Carlo #80C0BD
Tints of Monte Carlo #80C0BD
RGB
CMYK
RGB Variations
Color information
#80C0BD (or 0x80C0BD) is known color: Monte Carlo. HEX triplet: 80, C0 and BD. RGB value is (128,192,189). Sum of RGB (Red+Green+Blue) = 128+192+189=509 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.15% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 192 - color contains mainly: green. Hex color #80C0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C0BD is #7F3F42. Grayscale: #ACACAC. Windows color (decimal): -8339267 or 12435584. OLE color: 12435584.
HSL color Cylindrical-coordinate representation of color #80C0BD: hue angle of 177.19º 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 #80C0BD is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 192 | 189 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.25 |
| HSL | 177.19º | 0.34% | 0.63% | - |
| HSV(B) | 177.19º | 0.33% | 0.75% | - |
| XYZ | 36.94 | 45.96 | 55.07 | - |
| YUV | 172.52 | 137.3 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 192 | 189 | 0.33 | 0 | 0.02 | 0.25 | 177.19 | 0.34 | 0.63 |
| Hex | 80 | C0 | BD | 21 | 0 | 2 | 19 | B1 | 22 | 3F |
| Octal | 200 | 300 | 275 | 41 | 0 | 2 | 31 | 261 | 42 | 77 |
| Binary | 10000000 | 11000000 | 10111101 | 100001 | 0 | 10 | 11001 | 10110001 | 100010 | 111111 |
Color Harmonies of #80C0BD
Complementary color
Monochromatic Colors of #80C0BD
Black with #80C0BD
Text Example
Text Example
White with #80C0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C0BD; }
p { color: rgb(128,192,189); }
H1.HeaderClassName
{
color: #80C0BD;
}
.AnyTagClassName
{
color: #80C0BD;
}
</style>
background-color css
<style>
a { background-color: #80C0BD; }
a { background-color: rgb(128,192,189); }
div.DivClassName
{
background-color: #80C0BD;
}
.BgClassName
{
background-color: #80C0BD;
}
</style>
border-color css
<style>
span { border-color: #80C0BD; }
span { border-color: rgb(128,192,189); }
td.TdClassName
{
border-color: #80C0BD;
}
.TagClassName
{
border-color: #80C0BD;
}
</style>