Shades of Monte Carlo #84BDAD
Tints of Monte Carlo #84BDAD
RGB
CMYK
RGB Variations
Color information
#84BDAD (or 0x84BDAD) is known color: Monte Carlo. HEX triplet: 84, BD and AD. RGB value is (132,189,173). Sum of RGB (Red+Green+Blue) = 132+189+173=494 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.72% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 189 - color contains mainly: green. Hex color #84BDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BDAD is #7B4252. Grayscale: #AAAAAA. Windows color (decimal): -8077907 or 11386244. OLE color: 11386244.
HSL color Cylindrical-coordinate representation of color #84BDAD: hue angle of 163.16º degrees, saturation: 0.3, 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 #84BDAD is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 189 | 173 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.26 |
| HSL | 163.16º | 0.3% | 0.63% | - |
| HSV(B) | 163.16º | 0.3% | 0.74% | - |
| XYZ | 35.26 | 44.32 | 46.23 | - |
| YUV | 170.13 | 129.62 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 189 | 173 | 0.30 | 0 | 0.08 | 0.26 | 163.16 | 0.3 | 0.63 |
| Hex | 84 | BD | AD | 1E | 0 | 8 | 1A | A3 | 1E | 3F |
| Octal | 204 | 275 | 255 | 36 | 0 | 10 | 32 | 243 | 36 | 77 |
| Binary | 10000100 | 10111101 | 10101101 | 11110 | 0 | 1000 | 11010 | 10100011 | 11110 | 111111 |
Color Harmonies of #84BDAD
Complementary color
Monochromatic Colors of #84BDAD
Black with #84BDAD
Text Example
Text Example
White with #84BDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BDAD; }
p { color: rgb(132,189,173); }
H1.HeaderClassName
{
color: #84BDAD;
}
.AnyTagClassName
{
color: #84BDAD;
}
</style>
background-color css
<style>
a { background-color: #84BDAD; }
a { background-color: rgb(132,189,173); }
div.DivClassName
{
background-color: #84BDAD;
}
.BgClassName
{
background-color: #84BDAD;
}
</style>
border-color css
<style>
span { border-color: #84BDAD; }
span { border-color: rgb(132,189,173); }
td.TdClassName
{
border-color: #84BDAD;
}
.TagClassName
{
border-color: #84BDAD;
}
</style>