Shades of Monte Carlo #84BCB5
Tints of Monte Carlo #84BCB5
RGB
CMYK
RGB Variations
Color information
#84BCB5 (or 0x84BCB5) is known color: Monte Carlo. HEX triplet: 84, BC and B5. RGB value is (132,188,181). Sum of RGB (Red+Green+Blue) = 132+188+181=501 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.35% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 188 - color contains mainly: green. Hex color #84BCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BCB5 is #7B434A. Grayscale: #AAAAAA. Windows color (decimal): -8078155 or 11910276. OLE color: 11910276.
HSL color Cylindrical-coordinate representation of color #84BCB5: hue angle of 172.5º degrees, saturation: 0.29, 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 #84BCB5 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 188 | 181 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.26 |
| HSL | 172.5º | 0.29% | 0.63% | - |
| HSV(B) | 172.5º | 0.3% | 0.74% | - |
| XYZ | 35.84 | 44.21 | 50.36 | - |
| YUV | 170.46 | 133.95 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 181 | 0.30 | 0 | 0.04 | 0.26 | 172.5 | 0.29 | 0.63 |
| Hex | 84 | BC | B5 | 1E | 0 | 4 | 1A | AC | 1D | 3F |
| Octal | 204 | 274 | 265 | 36 | 0 | 4 | 32 | 254 | 35 | 77 |
| Binary | 10000100 | 10111100 | 10110101 | 11110 | 0 | 100 | 11010 | 10101100 | 11101 | 111111 |
Color Harmonies of #84BCB5
Complementary color
Monochromatic Colors of #84BCB5
Black with #84BCB5
Text Example
Text Example
White with #84BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BCB5; }
p { color: rgb(132,188,181); }
H1.HeaderClassName
{
color: #84BCB5;
}
.AnyTagClassName
{
color: #84BCB5;
}
</style>
background-color css
<style>
a { background-color: #84BCB5; }
a { background-color: rgb(132,188,181); }
div.DivClassName
{
background-color: #84BCB5;
}
.BgClassName
{
background-color: #84BCB5;
}
</style>
border-color css
<style>
span { border-color: #84BCB5; }
span { border-color: rgb(132,188,181); }
td.TdClassName
{
border-color: #84BCB5;
}
.TagClassName
{
border-color: #84BCB5;
}
</style>