Shades of Monte Carlo #84D0B2
Tints of Monte Carlo #84D0B2
RGB
CMYK
RGB Variations
Color information
#84D0B2 (or 0x84D0B2) is known color: Monte Carlo. HEX triplet: 84, D0 and B2. RGB value is (132,208,178). Sum of RGB (Red+Green+Blue) = 132+208+178=518 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.48% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #84D0B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D0B2 is #7B2F4D. Grayscale: #B5B5B5. Windows color (decimal): -8073038 or 11718788. OLE color: 11718788.
HSL color Cylindrical-coordinate representation of color #84D0B2: hue angle of 156.32º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84D0B2 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 208 | 178 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.18 |
| HSL | 156.32º | 0.45% | 0.67% | - |
| HSV(B) | 156.32º | 0.37% | 0.82% | - |
| XYZ | 40.11 | 53.23 | 50.28 | - |
| YUV | 181.86 | 125.82 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 208 | 178 | 0.37 | 0 | 0.14 | 0.18 | 156.32 | 0.45 | 0.67 |
| Hex | 84 | D0 | B2 | 25 | 0 | E | 12 | 9C | 2D | 43 |
| Octal | 204 | 320 | 262 | 45 | 0 | 16 | 22 | 234 | 55 | 103 |
| Binary | 10000100 | 11010000 | 10110010 | 100101 | 0 | 1110 | 10010 | 10011100 | 101101 | 1000011 |
Color Harmonies of #84D0B2
Complementary color
Monochromatic Colors of #84D0B2
Black with #84D0B2
Text Example
Text Example
White with #84D0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D0B2; }
p { color: rgb(132,208,178); }
H1.HeaderClassName
{
color: #84D0B2;
}
.AnyTagClassName
{
color: #84D0B2;
}
</style>
background-color css
<style>
a { background-color: #84D0B2; }
a { background-color: rgb(132,208,178); }
div.DivClassName
{
background-color: #84D0B2;
}
.BgClassName
{
background-color: #84D0B2;
}
</style>
border-color css
<style>
span { border-color: #84D0B2; }
span { border-color: rgb(132,208,178); }
td.TdClassName
{
border-color: #84D0B2;
}
.TagClassName
{
border-color: #84D0B2;
}
</style>