Shades of Monte Carlo #84C1C0
Tints of Monte Carlo #84C1C0
RGB
CMYK
RGB Variations
Color information
#84C1C0 (or 0x84C1C0) is known color: Monte Carlo. HEX triplet: 84, C1 and C0. RGB value is (132,193,192). Sum of RGB (Red+Green+Blue) = 132+193+192=517 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.53% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 193 - color contains mainly: green. Hex color #84C1C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C1C0 is #7B3E3F. Grayscale: #AEAEAE. Windows color (decimal): -8076864 or 12632452. OLE color: 12632452.
HSL color Cylindrical-coordinate representation of color #84C1C0: hue angle of 179.02º 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 #84C1C0 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 193 | 192 | - |
| CMYK | 0.32 | 0 | 0.01 | 0.24 |
| HSL | 179.02º | 0.33% | 0.64% | - |
| HSV(B) | 179.02º | 0.32% | 0.76% | - |
| XYZ | 38.1 | 46.85 | 56.9 | - |
| YUV | 174.65 | 137.79 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 193 | 192 | 0.32 | 0 | 0.01 | 0.24 | 179.02 | 0.33 | 0.64 |
| Hex | 84 | C1 | C0 | 20 | 0 | 1 | 18 | B3 | 21 | 40 |
| Octal | 204 | 301 | 300 | 40 | 0 | 1 | 30 | 263 | 41 | 100 |
| Binary | 10000100 | 11000001 | 11000000 | 100000 | 0 | 1 | 11000 | 10110011 | 100001 | 1000000 |
Color Harmonies of #84C1C0
Complementary color
Monochromatic Colors of #84C1C0
Black with #84C1C0
Text Example
Text Example
White with #84C1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C1C0; }
p { color: rgb(132,193,192); }
H1.HeaderClassName
{
color: #84C1C0;
}
.AnyTagClassName
{
color: #84C1C0;
}
</style>
background-color css
<style>
a { background-color: #84C1C0; }
a { background-color: rgb(132,193,192); }
div.DivClassName
{
background-color: #84C1C0;
}
.BgClassName
{
background-color: #84C1C0;
}
</style>
border-color css
<style>
span { border-color: #84C1C0; }
span { border-color: rgb(132,193,192); }
td.TdClassName
{
border-color: #84C1C0;
}
.TagClassName
{
border-color: #84C1C0;
}
</style>