Shades of Monte Carlo #84C2AB
Tints of Monte Carlo #84C2AB
RGB
CMYK
RGB Variations
Color information
#84C2AB (or 0x84C2AB) is known color: Monte Carlo. HEX triplet: 84, C2 and AB. RGB value is (132,194,171). Sum of RGB (Red+Green+Blue) = 132+194+171=497 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.56% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 194 - color contains mainly: green. Hex color #84C2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C2AB is #7B3D54. Grayscale: #ACACAC. Windows color (decimal): -8076629 or 11256452. OLE color: 11256452.
HSL color Cylindrical-coordinate representation of color #84C2AB: hue angle of 157.74º 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 #84C2AB is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 194 | 171 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.24 |
| HSL | 157.74º | 0.34% | 0.64% | - |
| HSV(B) | 157.74º | 0.32% | 0.76% | - |
| XYZ | 36.16 | 46.43 | 45.58 | - |
| YUV | 172.84 | 126.96 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 194 | 171 | 0.32 | 0 | 0.12 | 0.24 | 157.74 | 0.34 | 0.64 |
| Hex | 84 | C2 | AB | 20 | 0 | C | 18 | 9E | 22 | 40 |
| Octal | 204 | 302 | 253 | 40 | 0 | 14 | 30 | 236 | 42 | 100 |
| Binary | 10000100 | 11000010 | 10101011 | 100000 | 0 | 1100 | 11000 | 10011110 | 100010 | 1000000 |
Color Harmonies of #84C2AB
Complementary color
Monochromatic Colors of #84C2AB
Black with #84C2AB
Text Example
Text Example
White with #84C2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C2AB; }
p { color: rgb(132,194,171); }
H1.HeaderClassName
{
color: #84C2AB;
}
.AnyTagClassName
{
color: #84C2AB;
}
</style>
background-color css
<style>
a { background-color: #84C2AB; }
a { background-color: rgb(132,194,171); }
div.DivClassName
{
background-color: #84C2AB;
}
.BgClassName
{
background-color: #84C2AB;
}
</style>
border-color css
<style>
span { border-color: #84C2AB; }
span { border-color: rgb(132,194,171); }
td.TdClassName
{
border-color: #84C2AB;
}
.TagClassName
{
border-color: #84C2AB;
}
</style>