Shades of Monte Carlo #84BCB3
Tints of Monte Carlo #84BCB3
RGB
CMYK
RGB Variations
Color information
#84BCB3 (or 0x84BCB3) is known color: Monte Carlo. HEX triplet: 84, BC and B3. RGB value is (132,188,179). Sum of RGB (Red+Green+Blue) = 132+188+179=499 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.45% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 179 (70.31% from 255 or 35.87% from 499); Max value from RGB is 188 - color contains mainly: green. Hex color #84BCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BCB3 is #7B434C. Grayscale: #AAAAAA. Windows color (decimal): -8078157 or 11779204. OLE color: 11779204.
HSL color Cylindrical-coordinate representation of color #84BCB3: hue angle of 170.36º 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 #84BCB3 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 188 | 179 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.26 |
| HSL | 170.36º | 0.29% | 0.63% | - |
| HSV(B) | 170.36º | 0.3% | 0.74% | - |
| XYZ | 35.64 | 44.13 | 49.29 | - |
| YUV | 170.23 | 132.95 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 179 | 0.30 | 0 | 0.05 | 0.26 | 170.36 | 0.29 | 0.63 |
| Hex | 84 | BC | B3 | 1E | 0 | 5 | 1A | AA | 1D | 3F |
| Octal | 204 | 274 | 263 | 36 | 0 | 5 | 32 | 252 | 35 | 77 |
| Binary | 10000100 | 10111100 | 10110011 | 11110 | 0 | 101 | 11010 | 10101010 | 11101 | 111111 |
Color Harmonies of #84BCB3
Complementary color
Monochromatic Colors of #84BCB3
Black with #84BCB3
Text Example
Text Example
White with #84BCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BCB3; }
p { color: rgb(132,188,179); }
H1.HeaderClassName
{
color: #84BCB3;
}
.AnyTagClassName
{
color: #84BCB3;
}
</style>
background-color css
<style>
a { background-color: #84BCB3; }
a { background-color: rgb(132,188,179); }
div.DivClassName
{
background-color: #84BCB3;
}
.BgClassName
{
background-color: #84BCB3;
}
</style>
border-color css
<style>
span { border-color: #84BCB3; }
span { border-color: rgb(132,188,179); }
td.TdClassName
{
border-color: #84BCB3;
}
.TagClassName
{
border-color: #84BCB3;
}
</style>