Shades of Monte Carlo #80BBAC
Tints of Monte Carlo #80BBAC
RGB
CMYK
RGB Variations
Color information
#80BBAC (or 0x80BBAC) is known color: Monte Carlo. HEX triplet: 80, BB and AC. RGB value is (128,187,172). Sum of RGB (Red+Green+Blue) = 128+187+172=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 187 - color contains mainly: green. Hex color #80BBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BBAC is #7F4453. Grayscale: #A7A7A7. Windows color (decimal): -8340564 or 11320192. OLE color: 11320192.
HSL color Cylindrical-coordinate representation of color #80BBAC: hue angle of 164.75º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80BBAC is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 187 | 172 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.27 |
| HSL | 164.75º | 0.3% | 0.62% | - |
| HSV(B) | 164.75º | 0.32% | 0.73% | - |
| XYZ | 34.12 | 43.11 | 45.55 | - |
| YUV | 167.65 | 130.45 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 172 | 0.32 | 0 | 0.08 | 0.27 | 164.75 | 0.3 | 0.62 |
| Hex | 80 | BB | AC | 20 | 0 | 8 | 1B | A5 | 1E | 3E |
| Octal | 200 | 273 | 254 | 40 | 0 | 10 | 33 | 245 | 36 | 76 |
| Binary | 10000000 | 10111011 | 10101100 | 100000 | 0 | 1000 | 11011 | 10100101 | 11110 | 111110 |
Color Harmonies of #80BBAC
Complementary color
Monochromatic Colors of #80BBAC
Black with #80BBAC
Text Example
Text Example
White with #80BBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BBAC; }
p { color: rgb(128,187,172); }
H1.HeaderClassName
{
color: #80BBAC;
}
.AnyTagClassName
{
color: #80BBAC;
}
</style>
background-color css
<style>
a { background-color: #80BBAC; }
a { background-color: rgb(128,187,172); }
div.DivClassName
{
background-color: #80BBAC;
}
.BgClassName
{
background-color: #80BBAC;
}
</style>
border-color css
<style>
span { border-color: #80BBAC; }
span { border-color: rgb(128,187,172); }
td.TdClassName
{
border-color: #80BBAC;
}
.TagClassName
{
border-color: #80BBAC;
}
</style>