Shades of Monte Carlo #84C4BB
Tints of Monte Carlo #84C4BB
RGB
CMYK
RGB Variations
Color information
#84C4BB (or 0x84C4BB) is known color: Monte Carlo. HEX triplet: 84, C4 and BB. RGB value is (132,196,187). Sum of RGB (Red+Green+Blue) = 132+196+187=515 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.63% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 196 - color contains mainly: green. Hex color #84C4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C4BB is #7B3B44. Grayscale: #AFAFAF. Windows color (decimal): -8076101 or 12305540. OLE color: 12305540.
HSL color Cylindrical-coordinate representation of color #84C4BB: hue angle of 171.56º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84C4BB is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 196 | 187 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.23 |
| HSL | 171.56º | 0.35% | 0.64% | - |
| HSV(B) | 171.56º | 0.33% | 0.77% | - |
| XYZ | 38.23 | 47.97 | 54.26 | - |
| YUV | 175.84 | 134.3 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 196 | 187 | 0.33 | 0 | 0.05 | 0.23 | 171.56 | 0.35 | 0.64 |
| Hex | 84 | C4 | BB | 21 | 0 | 5 | 17 | AC | 23 | 40 |
| Octal | 204 | 304 | 273 | 41 | 0 | 5 | 27 | 254 | 43 | 100 |
| Binary | 10000100 | 11000100 | 10111011 | 100001 | 0 | 101 | 10111 | 10101100 | 100011 | 1000000 |
Color Harmonies of #84C4BB
Complementary color
Monochromatic Colors of #84C4BB
Black with #84C4BB
Text Example
Text Example
White with #84C4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C4BB; }
p { color: rgb(132,196,187); }
H1.HeaderClassName
{
color: #84C4BB;
}
.AnyTagClassName
{
color: #84C4BB;
}
</style>
background-color css
<style>
a { background-color: #84C4BB; }
a { background-color: rgb(132,196,187); }
div.DivClassName
{
background-color: #84C4BB;
}
.BgClassName
{
background-color: #84C4BB;
}
</style>
border-color css
<style>
span { border-color: #84C4BB; }
span { border-color: rgb(132,196,187); }
td.TdClassName
{
border-color: #84C4BB;
}
.TagClassName
{
border-color: #84C4BB;
}
</style>