Shades of Monte Carlo #84C2BE
Tints of Monte Carlo #84C2BE
RGB
CMYK
RGB Variations
Color information
#84C2BE (or 0x84C2BE) is known color: Monte Carlo. HEX triplet: 84, C2 and BE. RGB value is (132,194,190). Sum of RGB (Red+Green+Blue) = 132+194+190=516 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.58% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 194 - color contains mainly: green. Hex color #84C2BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C2BE is #7B3D41. Grayscale: #AEAEAE. Windows color (decimal): -8076610 or 12501636. OLE color: 12501636.
HSL color Cylindrical-coordinate representation of color #84C2BE: hue angle of 176.13º 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 #84C2BE is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 194 | 190 | - |
| CMYK | 0.32 | 0 | 0.02 | 0.24 |
| HSL | 176.13º | 0.34% | 0.64% | - |
| HSV(B) | 176.13º | 0.32% | 0.76% | - |
| XYZ | 38.1 | 47.21 | 55.82 | - |
| YUV | 175.01 | 136.46 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 194 | 190 | 0.32 | 0 | 0.02 | 0.24 | 176.13 | 0.34 | 0.64 |
| Hex | 84 | C2 | BE | 20 | 0 | 2 | 18 | B0 | 22 | 40 |
| Octal | 204 | 302 | 276 | 40 | 0 | 2 | 30 | 260 | 42 | 100 |
| Binary | 10000100 | 11000010 | 10111110 | 100000 | 0 | 10 | 11000 | 10110000 | 100010 | 1000000 |
Color Harmonies of #84C2BE
Complementary color
Monochromatic Colors of #84C2BE
Black with #84C2BE
Text Example
Text Example
White with #84C2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C2BE; }
p { color: rgb(132,194,190); }
H1.HeaderClassName
{
color: #84C2BE;
}
.AnyTagClassName
{
color: #84C2BE;
}
</style>
background-color css
<style>
a { background-color: #84C2BE; }
a { background-color: rgb(132,194,190); }
div.DivClassName
{
background-color: #84C2BE;
}
.BgClassName
{
background-color: #84C2BE;
}
</style>
border-color css
<style>
span { border-color: #84C2BE; }
span { border-color: rgb(132,194,190); }
td.TdClassName
{
border-color: #84C2BE;
}
.TagClassName
{
border-color: #84C2BE;
}
</style>