Shades of Monte Carlo #84C8BA
Tints of Monte Carlo #84C8BA
RGB
CMYK
RGB Variations
Color information
#84C8BA (or 0x84C8BA) is known color: Monte Carlo. HEX triplet: 84, C8 and BA. RGB value is (132,200,186). Sum of RGB (Red+Green+Blue) = 132+200+186=518 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.48% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 200 - color contains mainly: green. Hex color #84C8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C8BA is #7B3745. Grayscale: #B2B2B2. Windows color (decimal): -8075078 or 12241028. OLE color: 12241028.
HSL color Cylindrical-coordinate representation of color #84C8BA: hue angle of 167.65º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84C8BA is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 200 | 186 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.22 |
| HSL | 167.65º | 0.38% | 0.65% | - |
| HSV(B) | 167.65º | 0.34% | 0.78% | - |
| XYZ | 39.03 | 49.76 | 54 | - |
| YUV | 178.07 | 132.47 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 200 | 186 | 0.34 | 0 | 0.07 | 0.22 | 167.65 | 0.38 | 0.65 |
| Hex | 84 | C8 | BA | 22 | 0 | 7 | 16 | A8 | 26 | 41 |
| Octal | 204 | 310 | 272 | 42 | 0 | 7 | 26 | 250 | 46 | 101 |
| Binary | 10000100 | 11001000 | 10111010 | 100010 | 0 | 111 | 10110 | 10101000 | 100110 | 1000001 |
Color Harmonies of #84C8BA
Complementary color
Monochromatic Colors of #84C8BA
Black with #84C8BA
Text Example
Text Example
White with #84C8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C8BA; }
p { color: rgb(132,200,186); }
H1.HeaderClassName
{
color: #84C8BA;
}
.AnyTagClassName
{
color: #84C8BA;
}
</style>
background-color css
<style>
a { background-color: #84C8BA; }
a { background-color: rgb(132,200,186); }
div.DivClassName
{
background-color: #84C8BA;
}
.BgClassName
{
background-color: #84C8BA;
}
</style>
border-color css
<style>
span { border-color: #84C8BA; }
span { border-color: rgb(132,200,186); }
td.TdClassName
{
border-color: #84C8BA;
}
.TagClassName
{
border-color: #84C8BA;
}
</style>