Shades of Monte Carlo #84C1B9
Tints of Monte Carlo #84C1B9
RGB
CMYK
RGB Variations
Color information
#84C1B9 (or 0x84C1B9) is known color: Monte Carlo. HEX triplet: 84, C1 and B9. RGB value is (132,193,185). Sum of RGB (Red+Green+Blue) = 132+193+185=510 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.88% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 193 - color contains mainly: green. Hex color #84C1B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C1B9 is #7B3E46. Grayscale: #ADADAD. Windows color (decimal): -8076871 or 12173700. OLE color: 12173700.
HSL color Cylindrical-coordinate representation of color #84C1B9: hue angle of 172.13º degrees, saturation: 0.33, 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 #84C1B9 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 193 | 185 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.24 |
| HSL | 172.13º | 0.33% | 0.64% | - |
| HSV(B) | 172.13º | 0.32% | 0.76% | - |
| XYZ | 37.34 | 46.55 | 52.92 | - |
| YUV | 173.85 | 134.29 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 193 | 185 | 0.32 | 0 | 0.04 | 0.24 | 172.13 | 0.33 | 0.64 |
| Hex | 84 | C1 | B9 | 20 | 0 | 4 | 18 | AC | 21 | 40 |
| Octal | 204 | 301 | 271 | 40 | 0 | 4 | 30 | 254 | 41 | 100 |
| Binary | 10000100 | 11000001 | 10111001 | 100000 | 0 | 100 | 11000 | 10101100 | 100001 | 1000000 |
Color Harmonies of #84C1B9
Complementary color
Monochromatic Colors of #84C1B9
Black with #84C1B9
Text Example
Text Example
White with #84C1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C1B9; }
p { color: rgb(132,193,185); }
H1.HeaderClassName
{
color: #84C1B9;
}
.AnyTagClassName
{
color: #84C1B9;
}
</style>
background-color css
<style>
a { background-color: #84C1B9; }
a { background-color: rgb(132,193,185); }
div.DivClassName
{
background-color: #84C1B9;
}
.BgClassName
{
background-color: #84C1B9;
}
</style>
border-color css
<style>
span { border-color: #84C1B9; }
span { border-color: rgb(132,193,185); }
td.TdClassName
{
border-color: #84C1B9;
}
.TagClassName
{
border-color: #84C1B9;
}
</style>