Shades of Monte Carlo #84C3BB
Tints of Monte Carlo #84C3BB
RGB
CMYK
RGB Variations
Color information
#84C3BB (or 0x84C3BB) is known color: Monte Carlo. HEX triplet: 84, C3 and BB. RGB value is (132,195,187). Sum of RGB (Red+Green+Blue) = 132+195+187=514 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.68% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 195 - color contains mainly: green. Hex color #84C3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C3BB is #7B3C44. Grayscale: #AFAFAF. Windows color (decimal): -8076357 or 12305284. OLE color: 12305284.
HSL color Cylindrical-coordinate representation of color #84C3BB: hue angle of 172.38º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84C3BB is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 195 | 187 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.24 |
| HSL | 172.38º | 0.34% | 0.64% | - |
| HSV(B) | 172.38º | 0.32% | 0.76% | - |
| XYZ | 38 | 47.52 | 54.18 | - |
| YUV | 175.25 | 134.63 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 195 | 187 | 0.32 | 0 | 0.04 | 0.24 | 172.38 | 0.34 | 0.64 |
| Hex | 84 | C3 | BB | 20 | 0 | 4 | 18 | AC | 22 | 40 |
| Octal | 204 | 303 | 273 | 40 | 0 | 4 | 30 | 254 | 42 | 100 |
| Binary | 10000100 | 11000011 | 10111011 | 100000 | 0 | 100 | 11000 | 10101100 | 100010 | 1000000 |
Color Harmonies of #84C3BB
Complementary color
Monochromatic Colors of #84C3BB
Black with #84C3BB
Text Example
Text Example
White with #84C3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C3BB; }
p { color: rgb(132,195,187); }
H1.HeaderClassName
{
color: #84C3BB;
}
.AnyTagClassName
{
color: #84C3BB;
}
</style>
background-color css
<style>
a { background-color: #84C3BB; }
a { background-color: rgb(132,195,187); }
div.DivClassName
{
background-color: #84C3BB;
}
.BgClassName
{
background-color: #84C3BB;
}
</style>
border-color css
<style>
span { border-color: #84C3BB; }
span { border-color: rgb(132,195,187); }
td.TdClassName
{
border-color: #84C3BB;
}
.TagClassName
{
border-color: #84C3BB;
}
</style>