Shades of Monte Carlo #80C2B9
Tints of Monte Carlo #80C2B9
RGB
CMYK
RGB Variations
Color information
#80C2B9 (or 0x80C2B9) is known color: Monte Carlo. HEX triplet: 80, C2 and B9. RGB value is (128,194,185). Sum of RGB (Red+Green+Blue) = 128+194+185=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 194 - color contains mainly: green. Hex color #80C2B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C2B9 is #7F3D46. Grayscale: #ADADAD. Windows color (decimal): -8338759 or 12173952. OLE color: 12173952.
HSL color Cylindrical-coordinate representation of color #80C2B9: hue angle of 171.82º degrees, saturation: 0.35, 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 #80C2B9 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 194 | 185 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.24 |
| HSL | 171.82º | 0.35% | 0.63% | - |
| HSV(B) | 171.82º | 0.34% | 0.76% | - |
| XYZ | 36.95 | 46.68 | 52.96 | - |
| YUV | 173.24 | 134.63 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 194 | 185 | 0.34 | 0 | 0.05 | 0.24 | 171.82 | 0.35 | 0.63 |
| Hex | 80 | C2 | B9 | 22 | 0 | 5 | 18 | AC | 23 | 3F |
| Octal | 200 | 302 | 271 | 42 | 0 | 5 | 30 | 254 | 43 | 77 |
| Binary | 10000000 | 11000010 | 10111001 | 100010 | 0 | 101 | 11000 | 10101100 | 100011 | 111111 |
Color Harmonies of #80C2B9
Complementary color
Monochromatic Colors of #80C2B9
Black with #80C2B9
Text Example
Text Example
White with #80C2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C2B9; }
p { color: rgb(128,194,185); }
H1.HeaderClassName
{
color: #80C2B9;
}
.AnyTagClassName
{
color: #80C2B9;
}
</style>
background-color css
<style>
a { background-color: #80C2B9; }
a { background-color: rgb(128,194,185); }
div.DivClassName
{
background-color: #80C2B9;
}
.BgClassName
{
background-color: #80C2B9;
}
</style>
border-color css
<style>
span { border-color: #80C2B9; }
span { border-color: rgb(128,194,185); }
td.TdClassName
{
border-color: #80C2B9;
}
.TagClassName
{
border-color: #80C2B9;
}
</style>