Shades of Monte Carlo #80D0B6
Tints of Monte Carlo #80D0B6
RGB
CMYK
RGB Variations
Color information
#80D0B6 (or 0x80D0B6) is known color: Monte Carlo. HEX triplet: 80, D0 and B6. RGB value is (128,208,182). Sum of RGB (Red+Green+Blue) = 128+208+182=518 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.71% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #80D0B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D0B6 is #7F2F49. Grayscale: #B5B5B5. Windows color (decimal): -8335178 or 11980928. OLE color: 11980928.
HSL color Cylindrical-coordinate representation of color #80D0B6: hue angle of 160.5º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80D0B6 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 208 | 182 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.18 |
| HSL | 160.5º | 0.46% | 0.66% | - |
| HSV(B) | 160.5º | 0.38% | 0.82% | - |
| XYZ | 39.9 | 53.08 | 52.4 | - |
| YUV | 181.12 | 128.5 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 208 | 182 | 0.38 | 0 | 0.12 | 0.18 | 160.5 | 0.46 | 0.66 |
| Hex | 80 | D0 | B6 | 26 | 0 | C | 12 | A0 | 2E | 42 |
| Octal | 200 | 320 | 266 | 46 | 0 | 14 | 22 | 240 | 56 | 102 |
| Binary | 10000000 | 11010000 | 10110110 | 100110 | 0 | 1100 | 10010 | 10100000 | 101110 | 1000010 |
Color Harmonies of #80D0B6
Complementary color
Monochromatic Colors of #80D0B6
Black with #80D0B6
Text Example
Text Example
White with #80D0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D0B6; }
p { color: rgb(128,208,182); }
H1.HeaderClassName
{
color: #80D0B6;
}
.AnyTagClassName
{
color: #80D0B6;
}
</style>
background-color css
<style>
a { background-color: #80D0B6; }
a { background-color: rgb(128,208,182); }
div.DivClassName
{
background-color: #80D0B6;
}
.BgClassName
{
background-color: #80D0B6;
}
</style>
border-color css
<style>
span { border-color: #80D0B6; }
span { border-color: rgb(128,208,182); }
td.TdClassName
{
border-color: #80D0B6;
}
.TagClassName
{
border-color: #80D0B6;
}
</style>