Shades of Monte Carlo #84C2AF
Tints of Monte Carlo #84C2AF
RGB
CMYK
RGB Variations
Color information
#84C2AF (or 0x84C2AF) is known color: Monte Carlo. HEX triplet: 84, C2 and AF. RGB value is (132,194,175). Sum of RGB (Red+Green+Blue) = 132+194+175=501 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.35% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 194 - color contains mainly: green. Hex color #84C2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C2AF is #7B3D50. Grayscale: #ADADAD. Windows color (decimal): -8076625 or 11518596. OLE color: 11518596.
HSL color Cylindrical-coordinate representation of color #84C2AF: hue angle of 161.61º 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 #84C2AF is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 194 | 175 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.24 |
| HSL | 161.61º | 0.34% | 0.64% | - |
| HSV(B) | 161.61º | 0.32% | 0.76% | - |
| XYZ | 36.55 | 46.58 | 47.62 | - |
| YUV | 173.3 | 128.96 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 194 | 175 | 0.32 | 0 | 0.10 | 0.24 | 161.61 | 0.34 | 0.64 |
| Hex | 84 | C2 | AF | 20 | 0 | A | 18 | A2 | 22 | 40 |
| Octal | 204 | 302 | 257 | 40 | 0 | 12 | 30 | 242 | 42 | 100 |
| Binary | 10000100 | 11000010 | 10101111 | 100000 | 0 | 1010 | 11000 | 10100010 | 100010 | 1000000 |
Color Harmonies of #84C2AF
Complementary color
Monochromatic Colors of #84C2AF
Black with #84C2AF
Text Example
Text Example
White with #84C2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C2AF; }
p { color: rgb(132,194,175); }
H1.HeaderClassName
{
color: #84C2AF;
}
.AnyTagClassName
{
color: #84C2AF;
}
</style>
background-color css
<style>
a { background-color: #84C2AF; }
a { background-color: rgb(132,194,175); }
div.DivClassName
{
background-color: #84C2AF;
}
.BgClassName
{
background-color: #84C2AF;
}
</style>
border-color css
<style>
span { border-color: #84C2AF; }
span { border-color: rgb(132,194,175); }
td.TdClassName
{
border-color: #84C2AF;
}
.TagClassName
{
border-color: #84C2AF;
}
</style>