Shades of Monte Carlo #80C2B6
Tints of Monte Carlo #80C2B6
RGB
CMYK
RGB Variations
Color information
#80C2B6 (or 0x80C2B6) is known color: Monte Carlo. HEX triplet: 80, C2 and B6. RGB value is (128,194,182). Sum of RGB (Red+Green+Blue) = 128+194+182=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 182 (71.48% from 255 or 36.11% from 504); Max value from RGB is 194 - color contains mainly: green. Hex color #80C2B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C2B6 is #7F3D49. Grayscale: #ACACAC. Windows color (decimal): -8338762 or 11977344. OLE color: 11977344.
HSL color Cylindrical-coordinate representation of color #80C2B6: hue angle of 169.09º 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 #80C2B6 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 194 | 182 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.24 |
| HSL | 169.09º | 0.35% | 0.63% | - |
| HSV(B) | 169.09º | 0.34% | 0.76% | - |
| XYZ | 36.64 | 46.55 | 51.31 | - |
| YUV | 172.9 | 133.13 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 194 | 182 | 0.34 | 0 | 0.06 | 0.24 | 169.09 | 0.35 | 0.63 |
| Hex | 80 | C2 | B6 | 22 | 0 | 6 | 18 | A9 | 23 | 3F |
| Octal | 200 | 302 | 266 | 42 | 0 | 6 | 30 | 251 | 43 | 77 |
| Binary | 10000000 | 11000010 | 10110110 | 100010 | 0 | 110 | 11000 | 10101001 | 100011 | 111111 |
Color Harmonies of #80C2B6
Complementary color
Monochromatic Colors of #80C2B6
Black with #80C2B6
Text Example
Text Example
White with #80C2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C2B6; }
p { color: rgb(128,194,182); }
H1.HeaderClassName
{
color: #80C2B6;
}
.AnyTagClassName
{
color: #80C2B6;
}
</style>
background-color css
<style>
a { background-color: #80C2B6; }
a { background-color: rgb(128,194,182); }
div.DivClassName
{
background-color: #80C2B6;
}
.BgClassName
{
background-color: #80C2B6;
}
</style>
border-color css
<style>
span { border-color: #80C2B6; }
span { border-color: rgb(128,194,182); }
td.TdClassName
{
border-color: #80C2B6;
}
.TagClassName
{
border-color: #80C2B6;
}
</style>