Shades of Monte Carlo #84BFBA
Tints of Monte Carlo #84BFBA
RGB
CMYK
RGB Variations
Color information
#84BFBA (or 0x84BFBA) is known color: Monte Carlo. HEX triplet: 84, BF and BA. RGB value is (132,191,186). Sum of RGB (Red+Green+Blue) = 132+191+186=509 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.93% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 191 - color contains mainly: green. Hex color #84BFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BFBA is #7B4045. Grayscale: #ACACAC. Windows color (decimal): -8077382 or 12238724. OLE color: 12238724.
HSL color Cylindrical-coordinate representation of color #84BFBA: hue angle of 174.92º degrees, saturation: 0.32, 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 #84BFBA is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 191 | 186 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.25 |
| HSL | 174.92º | 0.32% | 0.63% | - |
| HSV(B) | 174.92º | 0.31% | 0.75% | - |
| XYZ | 37.01 | 45.71 | 53.33 | - |
| YUV | 172.79 | 135.45 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 186 | 0.31 | 0 | 0.03 | 0.25 | 174.92 | 0.32 | 0.63 |
| Hex | 84 | BF | BA | 1F | 0 | 3 | 19 | AF | 20 | 3F |
| Octal | 204 | 277 | 272 | 37 | 0 | 3 | 31 | 257 | 40 | 77 |
| Binary | 10000100 | 10111111 | 10111010 | 11111 | 0 | 11 | 11001 | 10101111 | 100000 | 111111 |
Color Harmonies of #84BFBA
Complementary color
Monochromatic Colors of #84BFBA
Black with #84BFBA
Text Example
Text Example
White with #84BFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BFBA; }
p { color: rgb(132,191,186); }
H1.HeaderClassName
{
color: #84BFBA;
}
.AnyTagClassName
{
color: #84BFBA;
}
</style>
background-color css
<style>
a { background-color: #84BFBA; }
a { background-color: rgb(132,191,186); }
div.DivClassName
{
background-color: #84BFBA;
}
.BgClassName
{
background-color: #84BFBA;
}
</style>
border-color css
<style>
span { border-color: #84BFBA; }
span { border-color: rgb(132,191,186); }
td.TdClassName
{
border-color: #84BFBA;
}
.TagClassName
{
border-color: #84BFBA;
}
</style>