Shades of Monte Carlo #84BEB3
Tints of Monte Carlo #84BEB3
RGB
CMYK
RGB Variations
Color information
#84BEB3 (or 0x84BEB3) is known color: Monte Carlo. HEX triplet: 84, BE and B3. RGB value is (132,190,179). Sum of RGB (Red+Green+Blue) = 132+190+179=501 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.35% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 179 (70.31% from 255 or 35.73% from 501); Max value from RGB is 190 - color contains mainly: green. Hex color #84BEB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BEB3 is #7B414C. Grayscale: #ABABAB. Windows color (decimal): -8077645 or 11779716. OLE color: 11779716.
HSL color Cylindrical-coordinate representation of color #84BEB3: hue angle of 168.62º 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 #84BEB3 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 190 | 179 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.25 |
| HSL | 168.62º | 0.31% | 0.63% | - |
| HSV(B) | 168.62º | 0.31% | 0.75% | - |
| XYZ | 36.07 | 44.99 | 49.43 | - |
| YUV | 171.4 | 132.28 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 190 | 179 | 0.31 | 0 | 0.06 | 0.25 | 168.62 | 0.31 | 0.63 |
| Hex | 84 | BE | B3 | 1F | 0 | 6 | 19 | A9 | 1F | 3F |
| Octal | 204 | 276 | 263 | 37 | 0 | 6 | 31 | 251 | 37 | 77 |
| Binary | 10000100 | 10111110 | 10110011 | 11111 | 0 | 110 | 11001 | 10101001 | 11111 | 111111 |
Color Harmonies of #84BEB3
Complementary color
Monochromatic Colors of #84BEB3
Black with #84BEB3
Text Example
Text Example
White with #84BEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BEB3; }
p { color: rgb(132,190,179); }
H1.HeaderClassName
{
color: #84BEB3;
}
.AnyTagClassName
{
color: #84BEB3;
}
</style>
background-color css
<style>
a { background-color: #84BEB3; }
a { background-color: rgb(132,190,179); }
div.DivClassName
{
background-color: #84BEB3;
}
.BgClassName
{
background-color: #84BEB3;
}
</style>
border-color css
<style>
span { border-color: #84BEB3; }
span { border-color: rgb(132,190,179); }
td.TdClassName
{
border-color: #84BEB3;
}
.TagClassName
{
border-color: #84BEB3;
}
</style>