Shades of Monte Carlo #80BAAB
Tints of Monte Carlo #80BAAB
RGB
CMYK
RGB Variations
Color information
#80BAAB (or 0x80BAAB) is known color: Monte Carlo. HEX triplet: 80, BA and AB. RGB value is (128,186,171). Sum of RGB (Red+Green+Blue) = 128+186+171=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 186 - color contains mainly: green. Hex color #80BAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BAAB is #7F4554. Grayscale: #A6A6A6. Windows color (decimal): -8340821 or 11254400. OLE color: 11254400.
HSL color Cylindrical-coordinate representation of color #80BAAB: hue angle of 164.48º 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 #80BAAB is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 186 | 171 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.27 |
| HSL | 164.48º | 0.3% | 0.62% | - |
| HSV(B) | 164.48º | 0.31% | 0.73% | - |
| XYZ | 33.81 | 42.65 | 44.98 | - |
| YUV | 166.95 | 130.28 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 186 | 171 | 0.31 | 0 | 0.08 | 0.27 | 164.48 | 0.3 | 0.62 |
| Hex | 80 | BA | AB | 1F | 0 | 8 | 1B | A4 | 1E | 3E |
| Octal | 200 | 272 | 253 | 37 | 0 | 10 | 33 | 244 | 36 | 76 |
| Binary | 10000000 | 10111010 | 10101011 | 11111 | 0 | 1000 | 11011 | 10100100 | 11110 | 111110 |
Color Harmonies of #80BAAB
Complementary color
Monochromatic Colors of #80BAAB
Black with #80BAAB
Text Example
Text Example
White with #80BAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BAAB; }
p { color: rgb(128,186,171); }
H1.HeaderClassName
{
color: #80BAAB;
}
.AnyTagClassName
{
color: #80BAAB;
}
</style>
background-color css
<style>
a { background-color: #80BAAB; }
a { background-color: rgb(128,186,171); }
div.DivClassName
{
background-color: #80BAAB;
}
.BgClassName
{
background-color: #80BAAB;
}
</style>
border-color css
<style>
span { border-color: #80BAAB; }
span { border-color: rgb(128,186,171); }
td.TdClassName
{
border-color: #80BAAB;
}
.TagClassName
{
border-color: #80BAAB;
}
</style>