Shades of Monte Carlo #84BEB0
Tints of Monte Carlo #84BEB0
RGB
CMYK
RGB Variations
Color information
#84BEB0 (or 0x84BEB0) is known color: Monte Carlo. HEX triplet: 84, BE and B0. RGB value is (132,190,176). Sum of RGB (Red+Green+Blue) = 132+190+176=498 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.51% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 190 - color contains mainly: green. Hex color #84BEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BEB0 is #7B414F. Grayscale: #ABABAB. Windows color (decimal): -8077648 or 11583108. OLE color: 11583108.
HSL color Cylindrical-coordinate representation of color #84BEB0: hue angle of 165.52º 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 #84BEB0 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 190 | 176 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.25 |
| HSL | 165.52º | 0.31% | 0.63% | - |
| HSV(B) | 165.52º | 0.31% | 0.75% | - |
| XYZ | 35.77 | 44.87 | 47.85 | - |
| YUV | 171.06 | 130.78 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 190 | 176 | 0.31 | 0 | 0.07 | 0.25 | 165.52 | 0.31 | 0.63 |
| Hex | 84 | BE | B0 | 1F | 0 | 7 | 19 | A6 | 1F | 3F |
| Octal | 204 | 276 | 260 | 37 | 0 | 7 | 31 | 246 | 37 | 77 |
| Binary | 10000100 | 10111110 | 10110000 | 11111 | 0 | 111 | 11001 | 10100110 | 11111 | 111111 |
Color Harmonies of #84BEB0
Complementary color
Monochromatic Colors of #84BEB0
Black with #84BEB0
Text Example
Text Example
White with #84BEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BEB0; }
p { color: rgb(132,190,176); }
H1.HeaderClassName
{
color: #84BEB0;
}
.AnyTagClassName
{
color: #84BEB0;
}
</style>
background-color css
<style>
a { background-color: #84BEB0; }
a { background-color: rgb(132,190,176); }
div.DivClassName
{
background-color: #84BEB0;
}
.BgClassName
{
background-color: #84BEB0;
}
</style>
border-color css
<style>
span { border-color: #84BEB0; }
span { border-color: rgb(132,190,176); }
td.TdClassName
{
border-color: #84BEB0;
}
.TagClassName
{
border-color: #84BEB0;
}
</style>