Shades of Monte Carlo #84BEAB
Tints of Monte Carlo #84BEAB
RGB
CMYK
RGB Variations
Color information
#84BEAB (or 0x84BEAB) is known color: Monte Carlo. HEX triplet: 84, BE and AB. RGB value is (132,190,171). Sum of RGB (Red+Green+Blue) = 132+190+171=493 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.77% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 190 - color contains mainly: green. Hex color #84BEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BEAB is #7B4154. Grayscale: #AAAAAA. Windows color (decimal): -8077653 or 11255428. OLE color: 11255428.
HSL color Cylindrical-coordinate representation of color #84BEAB: hue angle of 160.34º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84BEAB is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 190 | 171 | - |
| CMYK | 0.31 | 0 | 0.10 | 0.25 |
| HSL | 160.34º | 0.31% | 0.63% | - |
| HSV(B) | 160.34º | 0.31% | 0.75% | - |
| XYZ | 35.28 | 44.67 | 45.29 | - |
| YUV | 170.49 | 128.28 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 190 | 171 | 0.31 | 0 | 0.10 | 0.25 | 160.34 | 0.31 | 0.63 |
| Hex | 84 | BE | AB | 1F | 0 | A | 19 | A0 | 1F | 3F |
| Octal | 204 | 276 | 253 | 37 | 0 | 12 | 31 | 240 | 37 | 77 |
| Binary | 10000100 | 10111110 | 10101011 | 11111 | 0 | 1010 | 11001 | 10100000 | 11111 | 111111 |
Color Harmonies of #84BEAB
Complementary color
Monochromatic Colors of #84BEAB
Black with #84BEAB
Text Example
Text Example
White with #84BEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BEAB; }
p { color: rgb(132,190,171); }
H1.HeaderClassName
{
color: #84BEAB;
}
.AnyTagClassName
{
color: #84BEAB;
}
</style>
background-color css
<style>
a { background-color: #84BEAB; }
a { background-color: rgb(132,190,171); }
div.DivClassName
{
background-color: #84BEAB;
}
.BgClassName
{
background-color: #84BEAB;
}
</style>
border-color css
<style>
span { border-color: #84BEAB; }
span { border-color: rgb(132,190,171); }
td.TdClassName
{
border-color: #84BEAB;
}
.TagClassName
{
border-color: #84BEAB;
}
</style>