Shades of Monte Carlo #84BFB0
Tints of Monte Carlo #84BFB0
RGB
CMYK
RGB Variations
Color information
#84BFB0 (or 0x84BFB0) is known color: Monte Carlo. HEX triplet: 84, BF and B0. RGB value is (132,191,176). Sum of RGB (Red+Green+Blue) = 132+191+176=499 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.45% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 191 - color contains mainly: green. Hex color #84BFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BFB0 is #7B404F. Grayscale: #ABABAB. Windows color (decimal): -8077392 or 11583364. OLE color: 11583364.
HSL color Cylindrical-coordinate representation of color #84BFB0: hue angle of 164.75º 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 #84BFB0 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 191 | 176 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.25 |
| HSL | 164.75º | 0.32% | 0.63% | - |
| HSV(B) | 164.75º | 0.31% | 0.75% | - |
| XYZ | 35.98 | 45.3 | 47.92 | - |
| YUV | 171.65 | 130.45 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 176 | 0.31 | 0 | 0.08 | 0.25 | 164.75 | 0.32 | 0.63 |
| Hex | 84 | BF | B0 | 1F | 0 | 8 | 19 | A5 | 20 | 3F |
| Octal | 204 | 277 | 260 | 37 | 0 | 10 | 31 | 245 | 40 | 77 |
| Binary | 10000100 | 10111111 | 10110000 | 11111 | 0 | 1000 | 11001 | 10100101 | 100000 | 111111 |
Color Harmonies of #84BFB0
Complementary color
Monochromatic Colors of #84BFB0
Black with #84BFB0
Text Example
Text Example
White with #84BFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BFB0; }
p { color: rgb(132,191,176); }
H1.HeaderClassName
{
color: #84BFB0;
}
.AnyTagClassName
{
color: #84BFB0;
}
</style>
background-color css
<style>
a { background-color: #84BFB0; }
a { background-color: rgb(132,191,176); }
div.DivClassName
{
background-color: #84BFB0;
}
.BgClassName
{
background-color: #84BFB0;
}
</style>
border-color css
<style>
span { border-color: #84BFB0; }
span { border-color: rgb(132,191,176); }
td.TdClassName
{
border-color: #84BFB0;
}
.TagClassName
{
border-color: #84BFB0;
}
</style>