Shades of Monte Carlo #84C6AC
Tints of Monte Carlo #84C6AC
RGB
CMYK
RGB Variations
Color information
#84C6AC (or 0x84C6AC) is known color: Monte Carlo. HEX triplet: 84, C6 and AC. RGB value is (132,198,172). Sum of RGB (Red+Green+Blue) = 132+198+172=502 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.29% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 198 - color contains mainly: green. Hex color #84C6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C6AC is #7B3953. Grayscale: #AFAFAF. Windows color (decimal): -8075604 or 11323012. OLE color: 11323012.
HSL color Cylindrical-coordinate representation of color #84C6AC: hue angle of 156.36º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84C6AC is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 198 | 172 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.22 |
| HSL | 156.36º | 0.37% | 0.65% | - |
| HSV(B) | 156.36º | 0.33% | 0.78% | - |
| XYZ | 37.16 | 48.27 | 46.39 | - |
| YUV | 175.3 | 126.13 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 198 | 172 | 0.33 | 0 | 0.13 | 0.22 | 156.36 | 0.37 | 0.65 |
| Hex | 84 | C6 | AC | 21 | 0 | D | 16 | 9C | 25 | 41 |
| Octal | 204 | 306 | 254 | 41 | 0 | 15 | 26 | 234 | 45 | 101 |
| Binary | 10000100 | 11000110 | 10101100 | 100001 | 0 | 1101 | 10110 | 10011100 | 100101 | 1000001 |
Color Harmonies of #84C6AC
Complementary color
Monochromatic Colors of #84C6AC
Black with #84C6AC
Text Example
Text Example
White with #84C6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C6AC; }
p { color: rgb(132,198,172); }
H1.HeaderClassName
{
color: #84C6AC;
}
.AnyTagClassName
{
color: #84C6AC;
}
</style>
background-color css
<style>
a { background-color: #84C6AC; }
a { background-color: rgb(132,198,172); }
div.DivClassName
{
background-color: #84C6AC;
}
.BgClassName
{
background-color: #84C6AC;
}
</style>
border-color css
<style>
span { border-color: #84C6AC; }
span { border-color: rgb(132,198,172); }
td.TdClassName
{
border-color: #84C6AC;
}
.TagClassName
{
border-color: #84C6AC;
}
</style>