Shades of Monte Carlo #80C2B0
Tints of Monte Carlo #80C2B0
RGB
CMYK
RGB Variations
Color information
#80C2B0 (or 0x80C2B0) is known color: Monte Carlo. HEX triplet: 80, C2 and B0. RGB value is (128,194,176). Sum of RGB (Red+Green+Blue) = 128+194+176=498 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.70% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 194 - color contains mainly: green. Hex color #80C2B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C2B0 is #7F3D4F. Grayscale: #ACACAC. Windows color (decimal): -8338768 or 11584128. OLE color: 11584128.
HSL color Cylindrical-coordinate representation of color #80C2B0: hue angle of 163.64º 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 #80C2B0 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 194 | 176 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.24 |
| HSL | 163.64º | 0.35% | 0.63% | - |
| HSV(B) | 163.64º | 0.34% | 0.76% | - |
| XYZ | 36.03 | 46.31 | 48.11 | - |
| YUV | 172.21 | 130.13 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 194 | 176 | 0.34 | 0 | 0.09 | 0.24 | 163.64 | 0.35 | 0.63 |
| Hex | 80 | C2 | B0 | 22 | 0 | 9 | 18 | A4 | 23 | 3F |
| Octal | 200 | 302 | 260 | 42 | 0 | 11 | 30 | 244 | 43 | 77 |
| Binary | 10000000 | 11000010 | 10110000 | 100010 | 0 | 1001 | 11000 | 10100100 | 100011 | 111111 |
Color Harmonies of #80C2B0
Complementary color
Monochromatic Colors of #80C2B0
Black with #80C2B0
Text Example
Text Example
White with #80C2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C2B0; }
p { color: rgb(128,194,176); }
H1.HeaderClassName
{
color: #80C2B0;
}
.AnyTagClassName
{
color: #80C2B0;
}
</style>
background-color css
<style>
a { background-color: #80C2B0; }
a { background-color: rgb(128,194,176); }
div.DivClassName
{
background-color: #80C2B0;
}
.BgClassName
{
background-color: #80C2B0;
}
</style>
border-color css
<style>
span { border-color: #80C2B0; }
span { border-color: rgb(128,194,176); }
td.TdClassName
{
border-color: #80C2B0;
}
.TagClassName
{
border-color: #80C2B0;
}
</style>