Shades of Monte Carlo #84C0AF
Tints of Monte Carlo #84C0AF
RGB
CMYK
RGB Variations
Color information
#84C0AF (or 0x84C0AF) is known color: Monte Carlo. HEX triplet: 84, C0 and AF. RGB value is (132,192,175). Sum of RGB (Red+Green+Blue) = 132+192+175=499 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.45% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #84C0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C0AF is #7B3F50. Grayscale: #ACACAC. Windows color (decimal): -8077137 or 11518084. OLE color: 11518084.
HSL color Cylindrical-coordinate representation of color #84C0AF: hue angle of 163º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84C0AF is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 192 | 175 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.25 |
| HSL | 163º | 0.32% | 0.64% | - |
| HSV(B) | 163º | 0.31% | 0.75% | - |
| XYZ | 36.1 | 45.7 | 47.48 | - |
| YUV | 172.12 | 129.62 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 192 | 175 | 0.31 | 0 | 0.09 | 0.25 | 163 | 0.32 | 0.64 |
| Hex | 84 | C0 | AF | 1F | 0 | 9 | 19 | A3 | 20 | 40 |
| Octal | 204 | 300 | 257 | 37 | 0 | 11 | 31 | 243 | 40 | 100 |
| Binary | 10000100 | 11000000 | 10101111 | 11111 | 0 | 1001 | 11001 | 10100011 | 100000 | 1000000 |
Color Harmonies of #84C0AF
Complementary color
Monochromatic Colors of #84C0AF
Black with #84C0AF
Text Example
Text Example
White with #84C0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C0AF; }
p { color: rgb(132,192,175); }
H1.HeaderClassName
{
color: #84C0AF;
}
.AnyTagClassName
{
color: #84C0AF;
}
</style>
background-color css
<style>
a { background-color: #84C0AF; }
a { background-color: rgb(132,192,175); }
div.DivClassName
{
background-color: #84C0AF;
}
.BgClassName
{
background-color: #84C0AF;
}
</style>
border-color css
<style>
span { border-color: #84C0AF; }
span { border-color: rgb(132,192,175); }
td.TdClassName
{
border-color: #84C0AF;
}
.TagClassName
{
border-color: #84C0AF;
}
</style>