Shades of Monte Carlo #80BAAC
Tints of Monte Carlo #80BAAC
RGB
CMYK
RGB Variations
Color information
#80BAAC (or 0x80BAAC) is known color: Monte Carlo. HEX triplet: 80, BA and AC. RGB value is (128,186,172). Sum of RGB (Red+Green+Blue) = 128+186+172=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 186 - color contains mainly: green. Hex color #80BAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BAAC is #7F4553. Grayscale: #A7A7A7. Windows color (decimal): -8340820 or 11319936. OLE color: 11319936.
HSL color Cylindrical-coordinate representation of color #80BAAC: hue angle of 165.52º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80BAAC is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 186 | 172 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.27 |
| HSL | 165.52º | 0.3% | 0.62% | - |
| HSV(B) | 165.52º | 0.31% | 0.73% | - |
| XYZ | 33.91 | 42.69 | 45.48 | - |
| YUV | 167.06 | 130.78 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 186 | 172 | 0.31 | 0 | 0.08 | 0.27 | 165.52 | 0.3 | 0.62 |
| Hex | 80 | BA | AC | 1F | 0 | 8 | 1B | A6 | 1E | 3E |
| Octal | 200 | 272 | 254 | 37 | 0 | 10 | 33 | 246 | 36 | 76 |
| Binary | 10000000 | 10111010 | 10101100 | 11111 | 0 | 1000 | 11011 | 10100110 | 11110 | 111110 |
Color Harmonies of #80BAAC
Complementary color
Monochromatic Colors of #80BAAC
Black with #80BAAC
Text Example
Text Example
White with #80BAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BAAC; }
p { color: rgb(128,186,172); }
H1.HeaderClassName
{
color: #80BAAC;
}
.AnyTagClassName
{
color: #80BAAC;
}
</style>
background-color css
<style>
a { background-color: #80BAAC; }
a { background-color: rgb(128,186,172); }
div.DivClassName
{
background-color: #80BAAC;
}
.BgClassName
{
background-color: #80BAAC;
}
</style>
border-color css
<style>
span { border-color: #80BAAC; }
span { border-color: rgb(128,186,172); }
td.TdClassName
{
border-color: #80BAAC;
}
.TagClassName
{
border-color: #80BAAC;
}
</style>