Shades of Monte Carlo #80C1BD
Tints of Monte Carlo #80C1BD
RGB
CMYK
RGB Variations
Color information
#80C1BD (or 0x80C1BD) is known color: Monte Carlo. HEX triplet: 80, C1 and BD. RGB value is (128,193,189). Sum of RGB (Red+Green+Blue) = 128+193+189=510 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.10% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 193 - color contains mainly: green. Hex color #80C1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C1BD is #7F3E42. Grayscale: #ADADAD. Windows color (decimal): -8339011 or 12435840. OLE color: 12435840.
HSL color Cylindrical-coordinate representation of color #80C1BD: hue angle of 176.31º degrees, saturation: 0.34, 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 #80C1BD is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 193 | 189 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.24 |
| HSL | 176.31º | 0.34% | 0.63% | - |
| HSV(B) | 176.31º | 0.34% | 0.76% | - |
| XYZ | 37.16 | 46.4 | 55.14 | - |
| YUV | 173.11 | 136.97 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 193 | 189 | 0.34 | 0 | 0.02 | 0.24 | 176.31 | 0.34 | 0.63 |
| Hex | 80 | C1 | BD | 22 | 0 | 2 | 18 | B0 | 22 | 3F |
| Octal | 200 | 301 | 275 | 42 | 0 | 2 | 30 | 260 | 42 | 77 |
| Binary | 10000000 | 11000001 | 10111101 | 100010 | 0 | 10 | 11000 | 10110000 | 100010 | 111111 |
Color Harmonies of #80C1BD
Complementary color
Monochromatic Colors of #80C1BD
Black with #80C1BD
Text Example
Text Example
White with #80C1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C1BD; }
p { color: rgb(128,193,189); }
H1.HeaderClassName
{
color: #80C1BD;
}
.AnyTagClassName
{
color: #80C1BD;
}
</style>
background-color css
<style>
a { background-color: #80C1BD; }
a { background-color: rgb(128,193,189); }
div.DivClassName
{
background-color: #80C1BD;
}
.BgClassName
{
background-color: #80C1BD;
}
</style>
border-color css
<style>
span { border-color: #80C1BD; }
span { border-color: rgb(128,193,189); }
td.TdClassName
{
border-color: #80C1BD;
}
.TagClassName
{
border-color: #80C1BD;
}
</style>