Shades of Monte Carlo #84C3AB
Tints of Monte Carlo #84C3AB
RGB
CMYK
RGB Variations
Color information
#84C3AB (or 0x84C3AB) is known color: Monte Carlo. HEX triplet: 84, C3 and AB. RGB value is (132,195,171). Sum of RGB (Red+Green+Blue) = 132+195+171=498 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.51% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 195 - color contains mainly: green. Hex color #84C3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C3AB is #7B3C54. Grayscale: #ADADAD. Windows color (decimal): -8076373 or 11256708. OLE color: 11256708.
HSL color Cylindrical-coordinate representation of color #84C3AB: hue angle of 157.14º 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 #84C3AB is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 195 | 171 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.24 |
| HSL | 157.14º | 0.34% | 0.64% | - |
| HSV(B) | 157.14º | 0.32% | 0.76% | - |
| XYZ | 36.38 | 46.88 | 45.66 | - |
| YUV | 173.43 | 126.63 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 195 | 171 | 0.32 | 0 | 0.12 | 0.24 | 157.14 | 0.34 | 0.64 |
| Hex | 84 | C3 | AB | 20 | 0 | C | 18 | 9D | 22 | 40 |
| Octal | 204 | 303 | 253 | 40 | 0 | 14 | 30 | 235 | 42 | 100 |
| Binary | 10000100 | 11000011 | 10101011 | 100000 | 0 | 1100 | 11000 | 10011101 | 100010 | 1000000 |
Color Harmonies of #84C3AB
Complementary color
Monochromatic Colors of #84C3AB
Black with #84C3AB
Text Example
Text Example
White with #84C3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C3AB; }
p { color: rgb(132,195,171); }
H1.HeaderClassName
{
color: #84C3AB;
}
.AnyTagClassName
{
color: #84C3AB;
}
</style>
background-color css
<style>
a { background-color: #84C3AB; }
a { background-color: rgb(132,195,171); }
div.DivClassName
{
background-color: #84C3AB;
}
.BgClassName
{
background-color: #84C3AB;
}
</style>
border-color css
<style>
span { border-color: #84C3AB; }
span { border-color: rgb(132,195,171); }
td.TdClassName
{
border-color: #84C3AB;
}
.TagClassName
{
border-color: #84C3AB;
}
</style>