Shades of Monte Carlo #84C5AF
Tints of Monte Carlo #84C5AF
RGB
CMYK
RGB Variations
Color information
#84C5AF (or 0x84C5AF) is known color: Monte Carlo. HEX triplet: 84, C5 and AF. RGB value is (132,197,175). Sum of RGB (Red+Green+Blue) = 132+197+175=504 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.19% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 197 - color contains mainly: green. Hex color #84C5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C5AF is #7B3A50. Grayscale: #AFAFAF. Windows color (decimal): -8075857 or 11519364. OLE color: 11519364.
HSL color Cylindrical-coordinate representation of color #84C5AF: hue angle of 159.69º 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 #84C5AF is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 197 | 175 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.23 |
| HSL | 159.69º | 0.36% | 0.65% | - |
| HSV(B) | 159.69º | 0.33% | 0.77% | - |
| XYZ | 37.22 | 47.93 | 47.85 | - |
| YUV | 175.06 | 127.97 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 197 | 175 | 0.33 | 0 | 0.11 | 0.23 | 159.69 | 0.36 | 0.65 |
| Hex | 84 | C5 | AF | 21 | 0 | B | 17 | A0 | 24 | 41 |
| Octal | 204 | 305 | 257 | 41 | 0 | 13 | 27 | 240 | 44 | 101 |
| Binary | 10000100 | 11000101 | 10101111 | 100001 | 0 | 1011 | 10111 | 10100000 | 100100 | 1000001 |
Color Harmonies of #84C5AF
Complementary color
Monochromatic Colors of #84C5AF
Black with #84C5AF
Text Example
Text Example
White with #84C5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C5AF; }
p { color: rgb(132,197,175); }
H1.HeaderClassName
{
color: #84C5AF;
}
.AnyTagClassName
{
color: #84C5AF;
}
</style>
background-color css
<style>
a { background-color: #84C5AF; }
a { background-color: rgb(132,197,175); }
div.DivClassName
{
background-color: #84C5AF;
}
.BgClassName
{
background-color: #84C5AF;
}
</style>
border-color css
<style>
span { border-color: #84C5AF; }
span { border-color: rgb(132,197,175); }
td.TdClassName
{
border-color: #84C5AF;
}
.TagClassName
{
border-color: #84C5AF;
}
</style>