Shades of Monte Carlo #80BAB2
Tints of Monte Carlo #80BAB2
RGB
CMYK
RGB Variations
Color information
#80BAB2 (or 0x80BAB2) is known color: Monte Carlo. HEX triplet: 80, BA and B2. RGB value is (128,186,178). Sum of RGB (Red+Green+Blue) = 128+186+178=492 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.02% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 186 - color contains mainly: green. Hex color #80BAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BAB2 is #7F454D. Grayscale: #A7A7A7. Windows color (decimal): -8340814 or 11713152. OLE color: 11713152.
HSL color Cylindrical-coordinate representation of color #80BAB2: hue angle of 171.72º 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 #80BAB2 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 186 | 178 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.27 |
| HSL | 171.72º | 0.3% | 0.62% | - |
| HSV(B) | 171.72º | 0.31% | 0.73% | - |
| XYZ | 34.5 | 42.92 | 48.59 | - |
| YUV | 167.75 | 133.78 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 186 | 178 | 0.31 | 0 | 0.04 | 0.27 | 171.72 | 0.3 | 0.62 |
| Hex | 80 | BA | B2 | 1F | 0 | 4 | 1B | AC | 1E | 3E |
| Octal | 200 | 272 | 262 | 37 | 0 | 4 | 33 | 254 | 36 | 76 |
| Binary | 10000000 | 10111010 | 10110010 | 11111 | 0 | 100 | 11011 | 10101100 | 11110 | 111110 |
Color Harmonies of #80BAB2
Complementary color
Monochromatic Colors of #80BAB2
Black with #80BAB2
Text Example
Text Example
White with #80BAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BAB2; }
p { color: rgb(128,186,178); }
H1.HeaderClassName
{
color: #80BAB2;
}
.AnyTagClassName
{
color: #80BAB2;
}
</style>
background-color css
<style>
a { background-color: #80BAB2; }
a { background-color: rgb(128,186,178); }
div.DivClassName
{
background-color: #80BAB2;
}
.BgClassName
{
background-color: #80BAB2;
}
</style>
border-color css
<style>
span { border-color: #80BAB2; }
span { border-color: rgb(128,186,178); }
td.TdClassName
{
border-color: #80BAB2;
}
.TagClassName
{
border-color: #80BAB2;
}
</style>