Shades of Monte Carlo #84BFAA
Tints of Monte Carlo #84BFAA
RGB
CMYK
RGB Variations
Color information
#84BFAA (or 0x84BFAA) is known color: Monte Carlo. HEX triplet: 84, BF and AA. RGB value is (132,191,170). Sum of RGB (Red+Green+Blue) = 132+191+170=493 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.77% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 191 - color contains mainly: green. Hex color #84BFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BFAA is #7B4055. Grayscale: #AAAAAA. Windows color (decimal): -8077398 or 11190148. OLE color: 11190148.
HSL color Cylindrical-coordinate representation of color #84BFAA: hue angle of 158.64º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84BFAA is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 191 | 170 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.25 |
| HSL | 158.64º | 0.32% | 0.63% | - |
| HSV(B) | 158.64º | 0.31% | 0.75% | - |
| XYZ | 35.4 | 45.07 | 44.86 | - |
| YUV | 170.97 | 127.45 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 170 | 0.31 | 0 | 0.11 | 0.25 | 158.64 | 0.32 | 0.63 |
| Hex | 84 | BF | AA | 1F | 0 | B | 19 | 9F | 20 | 3F |
| Octal | 204 | 277 | 252 | 37 | 0 | 13 | 31 | 237 | 40 | 77 |
| Binary | 10000100 | 10111111 | 10101010 | 11111 | 0 | 1011 | 11001 | 10011111 | 100000 | 111111 |
Color Harmonies of #84BFAA
Complementary color
Monochromatic Colors of #84BFAA
Black with #84BFAA
Text Example
Text Example
White with #84BFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BFAA; }
p { color: rgb(132,191,170); }
H1.HeaderClassName
{
color: #84BFAA;
}
.AnyTagClassName
{
color: #84BFAA;
}
</style>
background-color css
<style>
a { background-color: #84BFAA; }
a { background-color: rgb(132,191,170); }
div.DivClassName
{
background-color: #84BFAA;
}
.BgClassName
{
background-color: #84BFAA;
}
</style>
border-color css
<style>
span { border-color: #84BFAA; }
span { border-color: rgb(132,191,170); }
td.TdClassName
{
border-color: #84BFAA;
}
.TagClassName
{
border-color: #84BFAA;
}
</style>