Shades of Monte Carlo #84BAB5
Tints of Monte Carlo #84BAB5
RGB
CMYK
RGB Variations
Color information
#84BAB5 (or 0x84BAB5) is known color: Monte Carlo. HEX triplet: 84, BA and B5. RGB value is (132,186,181). Sum of RGB (Red+Green+Blue) = 132+186+181=499 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.45% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 186 - color contains mainly: green. Hex color #84BAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BAB5 is #7B454A. Grayscale: #A9A9A9. Windows color (decimal): -8078667 or 11909764. OLE color: 11909764.
HSL color Cylindrical-coordinate representation of color #84BAB5: hue angle of 174.44º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84BAB5 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 181 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.27 |
| HSL | 174.44º | 0.28% | 0.62% | - |
| HSV(B) | 174.44º | 0.29% | 0.73% | - |
| XYZ | 35.42 | 43.36 | 50.22 | - |
| YUV | 169.28 | 134.61 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 181 | 0.29 | 0 | 0.03 | 0.27 | 174.44 | 0.28 | 0.62 |
| Hex | 84 | BA | B5 | 1D | 0 | 3 | 1B | AE | 1C | 3E |
| Octal | 204 | 272 | 265 | 35 | 0 | 3 | 33 | 256 | 34 | 76 |
| Binary | 10000100 | 10111010 | 10110101 | 11101 | 0 | 11 | 11011 | 10101110 | 11100 | 111110 |
Color Harmonies of #84BAB5
Complementary color
Monochromatic Colors of #84BAB5
Black with #84BAB5
Text Example
Text Example
White with #84BAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BAB5; }
p { color: rgb(132,186,181); }
H1.HeaderClassName
{
color: #84BAB5;
}
.AnyTagClassName
{
color: #84BAB5;
}
</style>
background-color css
<style>
a { background-color: #84BAB5; }
a { background-color: rgb(132,186,181); }
div.DivClassName
{
background-color: #84BAB5;
}
.BgClassName
{
background-color: #84BAB5;
}
</style>
border-color css
<style>
span { border-color: #84BAB5; }
span { border-color: rgb(132,186,181); }
td.TdClassName
{
border-color: #84BAB5;
}
.TagClassName
{
border-color: #84BAB5;
}
</style>