Shades of Monte Carlo #84BDB0
Tints of Monte Carlo #84BDB0
RGB
CMYK
RGB Variations
Color information
#84BDB0 (or 0x84BDB0) is known color: Monte Carlo. HEX triplet: 84, BD and B0. RGB value is (132,189,176). Sum of RGB (Red+Green+Blue) = 132+189+176=497 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.56% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 189 - color contains mainly: green. Hex color #84BDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BDB0 is #7B424F. Grayscale: #AAAAAA. Windows color (decimal): -8077904 or 11582852. OLE color: 11582852.
HSL color Cylindrical-coordinate representation of color #84BDB0: hue angle of 166.32º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84BDB0 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 189 | 176 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.26 |
| HSL | 166.32º | 0.3% | 0.63% | - |
| HSV(B) | 166.32º | 0.3% | 0.74% | - |
| XYZ | 35.55 | 44.44 | 47.78 | - |
| YUV | 170.48 | 131.12 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 189 | 176 | 0.30 | 0 | 0.07 | 0.26 | 166.32 | 0.3 | 0.63 |
| Hex | 84 | BD | B0 | 1E | 0 | 7 | 1A | A6 | 1E | 3F |
| Octal | 204 | 275 | 260 | 36 | 0 | 7 | 32 | 246 | 36 | 77 |
| Binary | 10000100 | 10111101 | 10110000 | 11110 | 0 | 111 | 11010 | 10100110 | 11110 | 111111 |
Color Harmonies of #84BDB0
Complementary color
Monochromatic Colors of #84BDB0
Black with #84BDB0
Text Example
Text Example
White with #84BDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BDB0; }
p { color: rgb(132,189,176); }
H1.HeaderClassName
{
color: #84BDB0;
}
.AnyTagClassName
{
color: #84BDB0;
}
</style>
background-color css
<style>
a { background-color: #84BDB0; }
a { background-color: rgb(132,189,176); }
div.DivClassName
{
background-color: #84BDB0;
}
.BgClassName
{
background-color: #84BDB0;
}
</style>
border-color css
<style>
span { border-color: #84BDB0; }
span { border-color: rgb(132,189,176); }
td.TdClassName
{
border-color: #84BDB0;
}
.TagClassName
{
border-color: #84BDB0;
}
</style>