Shades of Monte Carlo #84BAAF
Tints of Monte Carlo #84BAAF
RGB
CMYK
RGB Variations
Color information
#84BAAF (or 0x84BAAF) is known color: Monte Carlo. HEX triplet: 84, BA and AF. RGB value is (132,186,175). Sum of RGB (Red+Green+Blue) = 132+186+175=493 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.77% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 186 - color contains mainly: green. Hex color #84BAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BAAF is #7B4550. Grayscale: #A8A8A8. Windows color (decimal): -8078673 or 11516548. OLE color: 11516548.
HSL color Cylindrical-coordinate representation of color #84BAAF: hue angle of 167.78º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84BAAF is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 175 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.27 |
| HSL | 167.78º | 0.28% | 0.62% | - |
| HSV(B) | 167.78º | 0.29% | 0.73% | - |
| XYZ | 34.81 | 43.12 | 47.05 | - |
| YUV | 168.6 | 131.61 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 175 | 0.29 | 0 | 0.06 | 0.27 | 167.78 | 0.28 | 0.62 |
| Hex | 84 | BA | AF | 1D | 0 | 6 | 1B | A8 | 1C | 3E |
| Octal | 204 | 272 | 257 | 35 | 0 | 6 | 33 | 250 | 34 | 76 |
| Binary | 10000100 | 10111010 | 10101111 | 11101 | 0 | 110 | 11011 | 10101000 | 11100 | 111110 |
Color Harmonies of #84BAAF
Complementary color
Monochromatic Colors of #84BAAF
Black with #84BAAF
Text Example
Text Example
White with #84BAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BAAF; }
p { color: rgb(132,186,175); }
H1.HeaderClassName
{
color: #84BAAF;
}
.AnyTagClassName
{
color: #84BAAF;
}
</style>
background-color css
<style>
a { background-color: #84BAAF; }
a { background-color: rgb(132,186,175); }
div.DivClassName
{
background-color: #84BAAF;
}
.BgClassName
{
background-color: #84BAAF;
}
</style>
border-color css
<style>
span { border-color: #84BAAF; }
span { border-color: rgb(132,186,175); }
td.TdClassName
{
border-color: #84BAAF;
}
.TagClassName
{
border-color: #84BAAF;
}
</style>