Shades of Monte Carlo #84C1AB
Tints of Monte Carlo #84C1AB
RGB
CMYK
RGB Variations
Color information
#84C1AB (or 0x84C1AB) is known color: Monte Carlo. HEX triplet: 84, C1 and AB. RGB value is (132,193,171). Sum of RGB (Red+Green+Blue) = 132+193+171=496 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.61% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 193 - color contains mainly: green. Hex color #84C1AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C1AB is #7B3E54. Grayscale: #ACACAC. Windows color (decimal): -8076885 or 11256196. OLE color: 11256196.
HSL color Cylindrical-coordinate representation of color #84C1AB: hue angle of 158.36º 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 #84C1AB is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 193 | 171 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.24 |
| HSL | 158.36º | 0.33% | 0.64% | - |
| HSV(B) | 158.36º | 0.32% | 0.76% | - |
| XYZ | 35.94 | 45.99 | 45.51 | - |
| YUV | 172.25 | 127.29 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 193 | 171 | 0.32 | 0 | 0.11 | 0.24 | 158.36 | 0.33 | 0.64 |
| Hex | 84 | C1 | AB | 20 | 0 | B | 18 | 9E | 21 | 40 |
| Octal | 204 | 301 | 253 | 40 | 0 | 13 | 30 | 236 | 41 | 100 |
| Binary | 10000100 | 11000001 | 10101011 | 100000 | 0 | 1011 | 11000 | 10011110 | 100001 | 1000000 |
Color Harmonies of #84C1AB
Complementary color
Monochromatic Colors of #84C1AB
Black with #84C1AB
Text Example
Text Example
White with #84C1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C1AB; }
p { color: rgb(132,193,171); }
H1.HeaderClassName
{
color: #84C1AB;
}
.AnyTagClassName
{
color: #84C1AB;
}
</style>
background-color css
<style>
a { background-color: #84C1AB; }
a { background-color: rgb(132,193,171); }
div.DivClassName
{
background-color: #84C1AB;
}
.BgClassName
{
background-color: #84C1AB;
}
</style>
border-color css
<style>
span { border-color: #84C1AB; }
span { border-color: rgb(132,193,171); }
td.TdClassName
{
border-color: #84C1AB;
}
.TagClassName
{
border-color: #84C1AB;
}
</style>