Shades of Monte Carlo #84BEBA
Tints of Monte Carlo #84BEBA
RGB
CMYK
RGB Variations
Color information
#84BEBA (or 0x84BEBA) is known color: Monte Carlo. HEX triplet: 84, BE and BA. RGB value is (132,190,186). Sum of RGB (Red+Green+Blue) = 132+190+186=508 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.98% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 190 - color contains mainly: green. Hex color #84BEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BEBA is #7B4145. Grayscale: #ACACAC. Windows color (decimal): -8077638 or 12238468. OLE color: 12238468.
HSL color Cylindrical-coordinate representation of color #84BEBA: hue angle of 175.86º 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 #84BEBA is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 190 | 186 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.25 |
| HSL | 175.86º | 0.31% | 0.63% | - |
| HSV(B) | 175.86º | 0.31% | 0.75% | - |
| XYZ | 36.79 | 45.28 | 53.25 | - |
| YUV | 172.2 | 135.78 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 190 | 186 | 0.31 | 0 | 0.02 | 0.25 | 175.86 | 0.31 | 0.63 |
| Hex | 84 | BE | BA | 1F | 0 | 2 | 19 | B0 | 1F | 3F |
| Octal | 204 | 276 | 272 | 37 | 0 | 2 | 31 | 260 | 37 | 77 |
| Binary | 10000100 | 10111110 | 10111010 | 11111 | 0 | 10 | 11001 | 10110000 | 11111 | 111111 |
Color Harmonies of #84BEBA
Complementary color
Monochromatic Colors of #84BEBA
Black with #84BEBA
Text Example
Text Example
White with #84BEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BEBA; }
p { color: rgb(132,190,186); }
H1.HeaderClassName
{
color: #84BEBA;
}
.AnyTagClassName
{
color: #84BEBA;
}
</style>
background-color css
<style>
a { background-color: #84BEBA; }
a { background-color: rgb(132,190,186); }
div.DivClassName
{
background-color: #84BEBA;
}
.BgClassName
{
background-color: #84BEBA;
}
</style>
border-color css
<style>
span { border-color: #84BEBA; }
span { border-color: rgb(132,190,186); }
td.TdClassName
{
border-color: #84BEBA;
}
.TagClassName
{
border-color: #84BEBA;
}
</style>