Shades of Monte Carlo #84C8AC
Tints of Monte Carlo #84C8AC
RGB
CMYK
RGB Variations
Color information
#84C8AC (or 0x84C8AC) is known color: Monte Carlo. HEX triplet: 84, C8 and AC. RGB value is (132,200,172). Sum of RGB (Red+Green+Blue) = 132+200+172=504 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.19% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 200 - color contains mainly: green. Hex color #84C8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C8AC is #7B3753. Grayscale: #B0B0B0. Windows color (decimal): -8075092 or 11323524. OLE color: 11323524.
HSL color Cylindrical-coordinate representation of color #84C8AC: hue angle of 155.29º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84C8AC is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 200 | 172 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.22 |
| HSL | 155.29º | 0.38% | 0.65% | - |
| HSV(B) | 155.29º | 0.34% | 0.78% | - |
| XYZ | 37.62 | 49.19 | 46.54 | - |
| YUV | 176.48 | 125.47 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 200 | 172 | 0.34 | 0 | 0.14 | 0.22 | 155.29 | 0.38 | 0.65 |
| Hex | 84 | C8 | AC | 22 | 0 | E | 16 | 9B | 26 | 41 |
| Octal | 204 | 310 | 254 | 42 | 0 | 16 | 26 | 233 | 46 | 101 |
| Binary | 10000100 | 11001000 | 10101100 | 100010 | 0 | 1110 | 10110 | 10011011 | 100110 | 1000001 |
Color Harmonies of #84C8AC
Complementary color
Monochromatic Colors of #84C8AC
Black with #84C8AC
Text Example
Text Example
White with #84C8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C8AC; }
p { color: rgb(132,200,172); }
H1.HeaderClassName
{
color: #84C8AC;
}
.AnyTagClassName
{
color: #84C8AC;
}
</style>
background-color css
<style>
a { background-color: #84C8AC; }
a { background-color: rgb(132,200,172); }
div.DivClassName
{
background-color: #84C8AC;
}
.BgClassName
{
background-color: #84C8AC;
}
</style>
border-color css
<style>
span { border-color: #84C8AC; }
span { border-color: rgb(132,200,172); }
td.TdClassName
{
border-color: #84C8AC;
}
.TagClassName
{
border-color: #84C8AC;
}
</style>