Shades of Monte Carlo #80CEB6
Tints of Monte Carlo #80CEB6
RGB
CMYK
RGB Variations
Color information
#80CEB6 (or 0x80CEB6) is known color: Monte Carlo. HEX triplet: 80, CE and B6. RGB value is (128,206,182). Sum of RGB (Red+Green+Blue) = 128+206+182=516 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.81% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 182 (71.48% from 255 or 35.27% from 516); Max value from RGB is 206 - color contains mainly: green. Hex color #80CEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CEB6 is #7F3149. Grayscale: #B3B3B3. Windows color (decimal): -8335690 or 11980416. OLE color: 11980416.
HSL color Cylindrical-coordinate representation of color #80CEB6: hue angle of 161.54º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CEB6 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 206 | 182 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.19 |
| HSL | 161.54º | 0.44% | 0.65% | - |
| HSV(B) | 161.54º | 0.38% | 0.81% | - |
| XYZ | 39.42 | 52.11 | 52.24 | - |
| YUV | 179.94 | 129.16 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 206 | 182 | 0.38 | 0 | 0.12 | 0.19 | 161.54 | 0.44 | 0.65 |
| Hex | 80 | CE | B6 | 26 | 0 | C | 13 | A2 | 2C | 41 |
| Octal | 200 | 316 | 266 | 46 | 0 | 14 | 23 | 242 | 54 | 101 |
| Binary | 10000000 | 11001110 | 10110110 | 100110 | 0 | 1100 | 10011 | 10100010 | 101100 | 1000001 |
Color Harmonies of #80CEB6
Complementary color
Monochromatic Colors of #80CEB6
Black with #80CEB6
Text Example
Text Example
White with #80CEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CEB6; }
p { color: rgb(128,206,182); }
H1.HeaderClassName
{
color: #80CEB6;
}
.AnyTagClassName
{
color: #80CEB6;
}
</style>
background-color css
<style>
a { background-color: #80CEB6; }
a { background-color: rgb(128,206,182); }
div.DivClassName
{
background-color: #80CEB6;
}
.BgClassName
{
background-color: #80CEB6;
}
</style>
border-color css
<style>
span { border-color: #80CEB6; }
span { border-color: rgb(128,206,182); }
td.TdClassName
{
border-color: #80CEB6;
}
.TagClassName
{
border-color: #80CEB6;
}
</style>