Shades of Monte Carlo #84C5AC
Tints of Monte Carlo #84C5AC
RGB
CMYK
RGB Variations
Color information
#84C5AC (or 0x84C5AC) is known color: Monte Carlo. HEX triplet: 84, C5 and AC. RGB value is (132,197,172). Sum of RGB (Red+Green+Blue) = 132+197+172=501 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.35% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 197 - color contains mainly: green. Hex color #84C5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C5AC is #7B3A53. Grayscale: #AEAEAE. Windows color (decimal): -8075860 or 11322756. OLE color: 11322756.
HSL color Cylindrical-coordinate representation of color #84C5AC: hue angle of 156.92º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84C5AC is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 197 | 172 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.23 |
| HSL | 156.92º | 0.36% | 0.65% | - |
| HSV(B) | 156.92º | 0.33% | 0.77% | - |
| XYZ | 36.93 | 47.82 | 46.31 | - |
| YUV | 174.72 | 126.47 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 197 | 172 | 0.33 | 0 | 0.13 | 0.23 | 156.92 | 0.36 | 0.65 |
| Hex | 84 | C5 | AC | 21 | 0 | D | 17 | 9D | 24 | 41 |
| Octal | 204 | 305 | 254 | 41 | 0 | 15 | 27 | 235 | 44 | 101 |
| Binary | 10000100 | 11000101 | 10101100 | 100001 | 0 | 1101 | 10111 | 10011101 | 100100 | 1000001 |
Color Harmonies of #84C5AC
Complementary color
Monochromatic Colors of #84C5AC
Black with #84C5AC
Text Example
Text Example
White with #84C5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C5AC; }
p { color: rgb(132,197,172); }
H1.HeaderClassName
{
color: #84C5AC;
}
.AnyTagClassName
{
color: #84C5AC;
}
</style>
background-color css
<style>
a { background-color: #84C5AC; }
a { background-color: rgb(132,197,172); }
div.DivClassName
{
background-color: #84C5AC;
}
.BgClassName
{
background-color: #84C5AC;
}
</style>
border-color css
<style>
span { border-color: #84C5AC; }
span { border-color: rgb(132,197,172); }
td.TdClassName
{
border-color: #84C5AC;
}
.TagClassName
{
border-color: #84C5AC;
}
</style>