Shades of Monte Carlo #84BBAE
Tints of Monte Carlo #84BBAE
RGB
CMYK
RGB Variations
Color information
#84BBAE (or 0x84BBAE) is known color: Monte Carlo. HEX triplet: 84, BB and AE. RGB value is (132,187,174). Sum of RGB (Red+Green+Blue) = 132+187+174=493 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.77% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 187 - color contains mainly: green. Hex color #84BBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BBAE is #7B4451. Grayscale: #A9A9A9. Windows color (decimal): -8078418 or 11451268. OLE color: 11451268.
HSL color Cylindrical-coordinate representation of color #84BBAE: hue angle of 165.82º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84BBAE is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 187 | 174 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.27 |
| HSL | 165.82º | 0.29% | 0.63% | - |
| HSV(B) | 165.82º | 0.29% | 0.73% | - |
| XYZ | 34.93 | 43.5 | 46.6 | - |
| YUV | 169.07 | 130.78 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 187 | 174 | 0.29 | 0 | 0.07 | 0.27 | 165.82 | 0.29 | 0.63 |
| Hex | 84 | BB | AE | 1D | 0 | 7 | 1B | A6 | 1D | 3F |
| Octal | 204 | 273 | 256 | 35 | 0 | 7 | 33 | 246 | 35 | 77 |
| Binary | 10000100 | 10111011 | 10101110 | 11101 | 0 | 111 | 11011 | 10100110 | 11101 | 111111 |
Color Harmonies of #84BBAE
Complementary color
Monochromatic Colors of #84BBAE
Black with #84BBAE
Text Example
Text Example
White with #84BBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BBAE; }
p { color: rgb(132,187,174); }
H1.HeaderClassName
{
color: #84BBAE;
}
.AnyTagClassName
{
color: #84BBAE;
}
</style>
background-color css
<style>
a { background-color: #84BBAE; }
a { background-color: rgb(132,187,174); }
div.DivClassName
{
background-color: #84BBAE;
}
.BgClassName
{
background-color: #84BBAE;
}
</style>
border-color css
<style>
span { border-color: #84BBAE; }
span { border-color: rgb(132,187,174); }
td.TdClassName
{
border-color: #84BBAE;
}
.TagClassName
{
border-color: #84BBAE;
}
</style>