Shades of Monte Carlo #84BAAE
Tints of Monte Carlo #84BAAE
RGB
CMYK
RGB Variations
Color information
#84BAAE (or 0x84BAAE) is known color: Monte Carlo. HEX triplet: 84, BA and AE. RGB value is (132,186,174). Sum of RGB (Red+Green+Blue) = 132+186+174=492 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.83% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 186 - color contains mainly: green. Hex color #84BAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BAAE is #7B4551. Grayscale: #A8A8A8. Windows color (decimal): -8078674 or 11451012. OLE color: 11451012.
HSL color Cylindrical-coordinate representation of color #84BAAE: hue angle of 166.67º 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 #84BAAE is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 174 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.27 |
| HSL | 166.67º | 0.28% | 0.62% | - |
| HSV(B) | 166.67º | 0.29% | 0.73% | - |
| XYZ | 34.71 | 43.08 | 46.53 | - |
| YUV | 168.49 | 131.11 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 174 | 0.29 | 0 | 0.06 | 0.27 | 166.67 | 0.28 | 0.62 |
| Hex | 84 | BA | AE | 1D | 0 | 6 | 1B | A7 | 1C | 3E |
| Octal | 204 | 272 | 256 | 35 | 0 | 6 | 33 | 247 | 34 | 76 |
| Binary | 10000100 | 10111010 | 10101110 | 11101 | 0 | 110 | 11011 | 10100111 | 11100 | 111110 |
Color Harmonies of #84BAAE
Complementary color
Monochromatic Colors of #84BAAE
Black with #84BAAE
Text Example
Text Example
White with #84BAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BAAE; }
p { color: rgb(132,186,174); }
H1.HeaderClassName
{
color: #84BAAE;
}
.AnyTagClassName
{
color: #84BAAE;
}
</style>
background-color css
<style>
a { background-color: #84BAAE; }
a { background-color: rgb(132,186,174); }
div.DivClassName
{
background-color: #84BAAE;
}
.BgClassName
{
background-color: #84BAAE;
}
</style>
border-color css
<style>
span { border-color: #84BAAE; }
span { border-color: rgb(132,186,174); }
td.TdClassName
{
border-color: #84BAAE;
}
.TagClassName
{
border-color: #84BAAE;
}
</style>