Shades of Monte Carlo #84BDAC
Tints of Monte Carlo #84BDAC
RGB
CMYK
RGB Variations
Color information
#84BDAC (or 0x84BDAC) is known color: Monte Carlo. HEX triplet: 84, BD and AC. RGB value is (132,189,172). Sum of RGB (Red+Green+Blue) = 132+189+172=493 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.77% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 189 - color contains mainly: green. Hex color #84BDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BDAC is #7B4253. Grayscale: #AAAAAA. Windows color (decimal): -8077908 or 11320708. OLE color: 11320708.
HSL color Cylindrical-coordinate representation of color #84BDAC: hue angle of 162.11º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84BDAC is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 189 | 172 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.26 |
| HSL | 162.11º | 0.3% | 0.63% | - |
| HSV(B) | 162.11º | 0.3% | 0.74% | - |
| XYZ | 35.16 | 44.28 | 45.72 | - |
| YUV | 170.02 | 129.12 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 189 | 172 | 0.30 | 0 | 0.09 | 0.26 | 162.11 | 0.3 | 0.63 |
| Hex | 84 | BD | AC | 1E | 0 | 9 | 1A | A2 | 1E | 3F |
| Octal | 204 | 275 | 254 | 36 | 0 | 11 | 32 | 242 | 36 | 77 |
| Binary | 10000100 | 10111101 | 10101100 | 11110 | 0 | 1001 | 11010 | 10100010 | 11110 | 111111 |
Color Harmonies of #84BDAC
Complementary color
Monochromatic Colors of #84BDAC
Black with #84BDAC
Text Example
Text Example
White with #84BDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BDAC; }
p { color: rgb(132,189,172); }
H1.HeaderClassName
{
color: #84BDAC;
}
.AnyTagClassName
{
color: #84BDAC;
}
</style>
background-color css
<style>
a { background-color: #84BDAC; }
a { background-color: rgb(132,189,172); }
div.DivClassName
{
background-color: #84BDAC;
}
.BgClassName
{
background-color: #84BDAC;
}
</style>
border-color css
<style>
span { border-color: #84BDAC; }
span { border-color: rgb(132,189,172); }
td.TdClassName
{
border-color: #84BDAC;
}
.TagClassName
{
border-color: #84BDAC;
}
</style>