Shades of Monte Carlo #84BBAF
Tints of Monte Carlo #84BBAF
RGB
CMYK
RGB Variations
Color information
#84BBAF (or 0x84BBAF) is known color: Monte Carlo. HEX triplet: 84, BB and AF. RGB value is (132,187,175). Sum of RGB (Red+Green+Blue) = 132+187+175=494 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.72% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 187 - color contains mainly: green. Hex color #84BBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BBAF is #7B4450. Grayscale: #A9A9A9. Windows color (decimal): -8078417 or 11516804. OLE color: 11516804.
HSL color Cylindrical-coordinate representation of color #84BBAF: hue angle of 166.91º 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 #84BBAF is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 187 | 175 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.27 |
| HSL | 166.91º | 0.29% | 0.63% | - |
| HSV(B) | 166.91º | 0.29% | 0.73% | - |
| XYZ | 35.02 | 43.54 | 47.12 | - |
| YUV | 169.19 | 131.28 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 187 | 175 | 0.29 | 0 | 0.06 | 0.27 | 166.91 | 0.29 | 0.63 |
| Hex | 84 | BB | AF | 1D | 0 | 6 | 1B | A7 | 1D | 3F |
| Octal | 204 | 273 | 257 | 35 | 0 | 6 | 33 | 247 | 35 | 77 |
| Binary | 10000100 | 10111011 | 10101111 | 11101 | 0 | 110 | 11011 | 10100111 | 11101 | 111111 |
Color Harmonies of #84BBAF
Complementary color
Monochromatic Colors of #84BBAF
Black with #84BBAF
Text Example
Text Example
White with #84BBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BBAF; }
p { color: rgb(132,187,175); }
H1.HeaderClassName
{
color: #84BBAF;
}
.AnyTagClassName
{
color: #84BBAF;
}
</style>
background-color css
<style>
a { background-color: #84BBAF; }
a { background-color: rgb(132,187,175); }
div.DivClassName
{
background-color: #84BBAF;
}
.BgClassName
{
background-color: #84BBAF;
}
</style>
border-color css
<style>
span { border-color: #84BBAF; }
span { border-color: rgb(132,187,175); }
td.TdClassName
{
border-color: #84BBAF;
}
.TagClassName
{
border-color: #84BBAF;
}
</style>