Shades of Monte Carlo #84C5BC
Tints of Monte Carlo #84C5BC
RGB
CMYK
RGB Variations
Color information
#84C5BC (or 0x84C5BC) is known color: Monte Carlo. HEX triplet: 84, C5 and BC. RGB value is (132,197,188). Sum of RGB (Red+Green+Blue) = 132+197+188=517 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.53% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 197 - color contains mainly: green. Hex color #84C5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C5BC is #7B3A43. Grayscale: #B0B0B0. Windows color (decimal): -8075844 or 12371332. OLE color: 12371332.
HSL color Cylindrical-coordinate representation of color #84C5BC: hue angle of 171.69º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84C5BC is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 197 | 188 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.23 |
| HSL | 171.69º | 0.36% | 0.65% | - |
| HSV(B) | 171.69º | 0.33% | 0.77% | - |
| XYZ | 38.56 | 48.47 | 54.9 | - |
| YUV | 176.54 | 134.47 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 197 | 188 | 0.33 | 0 | 0.05 | 0.23 | 171.69 | 0.36 | 0.65 |
| Hex | 84 | C5 | BC | 21 | 0 | 5 | 17 | AC | 24 | 41 |
| Octal | 204 | 305 | 274 | 41 | 0 | 5 | 27 | 254 | 44 | 101 |
| Binary | 10000100 | 11000101 | 10111100 | 100001 | 0 | 101 | 10111 | 10101100 | 100100 | 1000001 |
Color Harmonies of #84C5BC
Complementary color
Monochromatic Colors of #84C5BC
Black with #84C5BC
Text Example
Text Example
White with #84C5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C5BC; }
p { color: rgb(132,197,188); }
H1.HeaderClassName
{
color: #84C5BC;
}
.AnyTagClassName
{
color: #84C5BC;
}
</style>
background-color css
<style>
a { background-color: #84C5BC; }
a { background-color: rgb(132,197,188); }
div.DivClassName
{
background-color: #84C5BC;
}
.BgClassName
{
background-color: #84C5BC;
}
</style>
border-color css
<style>
span { border-color: #84C5BC; }
span { border-color: rgb(132,197,188); }
td.TdClassName
{
border-color: #84C5BC;
}
.TagClassName
{
border-color: #84C5BC;
}
</style>