Shades of Monte Carlo #84C3AC
Tints of Monte Carlo #84C3AC
RGB
CMYK
RGB Variations
Color information
#84C3AC (or 0x84C3AC) is known color: Monte Carlo. HEX triplet: 84, C3 and AC. RGB value is (132,195,172). Sum of RGB (Red+Green+Blue) = 132+195+172=499 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.45% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 195 - color contains mainly: green. Hex color #84C3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C3AC is #7B3C53. Grayscale: #ADADAD. Windows color (decimal): -8076372 or 11322244. OLE color: 11322244.
HSL color Cylindrical-coordinate representation of color #84C3AC: hue angle of 158.1º 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 #84C3AC is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 195 | 172 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.24 |
| HSL | 158.1º | 0.34% | 0.64% | - |
| HSV(B) | 158.1º | 0.32% | 0.76% | - |
| XYZ | 36.48 | 46.91 | 46.16 | - |
| YUV | 173.54 | 127.13 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 195 | 172 | 0.32 | 0 | 0.12 | 0.24 | 158.1 | 0.34 | 0.64 |
| Hex | 84 | C3 | AC | 20 | 0 | C | 18 | 9E | 22 | 40 |
| Octal | 204 | 303 | 254 | 40 | 0 | 14 | 30 | 236 | 42 | 100 |
| Binary | 10000100 | 11000011 | 10101100 | 100000 | 0 | 1100 | 11000 | 10011110 | 100010 | 1000000 |
Color Harmonies of #84C3AC
Complementary color
Monochromatic Colors of #84C3AC
Black with #84C3AC
Text Example
Text Example
White with #84C3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C3AC; }
p { color: rgb(132,195,172); }
H1.HeaderClassName
{
color: #84C3AC;
}
.AnyTagClassName
{
color: #84C3AC;
}
</style>
background-color css
<style>
a { background-color: #84C3AC; }
a { background-color: rgb(132,195,172); }
div.DivClassName
{
background-color: #84C3AC;
}
.BgClassName
{
background-color: #84C3AC;
}
</style>
border-color css
<style>
span { border-color: #84C3AC; }
span { border-color: rgb(132,195,172); }
td.TdClassName
{
border-color: #84C3AC;
}
.TagClassName
{
border-color: #84C3AC;
}
</style>