Shades of Monte Carlo #84C2BC
Tints of Monte Carlo #84C2BC
RGB
CMYK
RGB Variations
Color information
#84C2BC (or 0x84C2BC) is known color: Monte Carlo. HEX triplet: 84, C2 and BC. RGB value is (132,194,188). Sum of RGB (Red+Green+Blue) = 132+194+188=514 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.68% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 194 - color contains mainly: green. Hex color #84C2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C2BC is #7B3D43. Grayscale: #AEAEAE. Windows color (decimal): -8076612 or 12370564. OLE color: 12370564.
HSL color Cylindrical-coordinate representation of color #84C2BC: hue angle of 174.19º 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 #84C2BC is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 194 | 188 | - |
| CMYK | 0.32 | 0 | 0.03 | 0.24 |
| HSL | 174.19º | 0.34% | 0.64% | - |
| HSV(B) | 174.19º | 0.32% | 0.76% | - |
| XYZ | 37.88 | 47.12 | 54.68 | - |
| YUV | 174.78 | 135.46 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 194 | 188 | 0.32 | 0 | 0.03 | 0.24 | 174.19 | 0.34 | 0.64 |
| Hex | 84 | C2 | BC | 20 | 0 | 3 | 18 | AE | 22 | 40 |
| Octal | 204 | 302 | 274 | 40 | 0 | 3 | 30 | 256 | 42 | 100 |
| Binary | 10000100 | 11000010 | 10111100 | 100000 | 0 | 11 | 11000 | 10101110 | 100010 | 1000000 |
Color Harmonies of #84C2BC
Complementary color
Monochromatic Colors of #84C2BC
Black with #84C2BC
Text Example
Text Example
White with #84C2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C2BC; }
p { color: rgb(132,194,188); }
H1.HeaderClassName
{
color: #84C2BC;
}
.AnyTagClassName
{
color: #84C2BC;
}
</style>
background-color css
<style>
a { background-color: #84C2BC; }
a { background-color: rgb(132,194,188); }
div.DivClassName
{
background-color: #84C2BC;
}
.BgClassName
{
background-color: #84C2BC;
}
</style>
border-color css
<style>
span { border-color: #84C2BC; }
span { border-color: rgb(132,194,188); }
td.TdClassName
{
border-color: #84C2BC;
}
.TagClassName
{
border-color: #84C2BC;
}
</style>