Shades of Monte Carlo #80BDAC
Tints of Monte Carlo #80BDAC
RGB
CMYK
RGB Variations
Color information
#80BDAC (or 0x80BDAC) is known color: Monte Carlo. HEX triplet: 80, BD and AC. RGB value is (128,189,172). Sum of RGB (Red+Green+Blue) = 128+189+172=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 189 - color contains mainly: green. Hex color #80BDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BDAC is #7F4253. Grayscale: #A8A8A8. Windows color (decimal): -8340052 or 11320704. OLE color: 11320704.
HSL color Cylindrical-coordinate representation of color #80BDAC: hue angle of 163.28º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80BDAC is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 189 | 172 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.26 |
| HSL | 163.28º | 0.32% | 0.62% | - |
| HSV(B) | 163.28º | 0.32% | 0.74% | - |
| XYZ | 34.55 | 43.96 | 45.69 | - |
| YUV | 168.82 | 129.79 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 189 | 172 | 0.32 | 0 | 0.09 | 0.26 | 163.28 | 0.32 | 0.62 |
| Hex | 80 | BD | AC | 20 | 0 | 9 | 1A | A3 | 20 | 3E |
| Octal | 200 | 275 | 254 | 40 | 0 | 11 | 32 | 243 | 40 | 76 |
| Binary | 10000000 | 10111101 | 10101100 | 100000 | 0 | 1001 | 11010 | 10100011 | 100000 | 111110 |
Color Harmonies of #80BDAC
Complementary color
Monochromatic Colors of #80BDAC
Black with #80BDAC
Text Example
Text Example
White with #80BDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BDAC; }
p { color: rgb(128,189,172); }
H1.HeaderClassName
{
color: #80BDAC;
}
.AnyTagClassName
{
color: #80BDAC;
}
</style>
background-color css
<style>
a { background-color: #80BDAC; }
a { background-color: rgb(128,189,172); }
div.DivClassName
{
background-color: #80BDAC;
}
.BgClassName
{
background-color: #80BDAC;
}
</style>
border-color css
<style>
span { border-color: #80BDAC; }
span { border-color: rgb(128,189,172); }
td.TdClassName
{
border-color: #80BDAC;
}
.TagClassName
{
border-color: #80BDAC;
}
</style>