Shades of Monte Carlo #84CDB0
Tints of Monte Carlo #84CDB0
RGB
CMYK
RGB Variations
Color information
#84CDB0 (or 0x84CDB0) is known color: Monte Carlo. HEX triplet: 84, CD and B0. RGB value is (132,205,176). Sum of RGB (Red+Green+Blue) = 132+205+176=513 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.73% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 205 - color contains mainly: green. Hex color #84CDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CDB0 is #7B324F. Grayscale: #B3B3B3. Windows color (decimal): -8073808 or 11586948. OLE color: 11586948.
HSL color Cylindrical-coordinate representation of color #84CDB0: hue angle of 156.16º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84CDB0 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 205 | 176 | - |
| CMYK | 0.36 | 0 | 0.14 | 0.20 |
| HSL | 156.16º | 0.42% | 0.66% | - |
| HSV(B) | 156.16º | 0.36% | 0.8% | - |
| XYZ | 39.18 | 51.7 | 48.99 | - |
| YUV | 179.87 | 125.82 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 205 | 176 | 0.36 | 0 | 0.14 | 0.20 | 156.16 | 0.42 | 0.66 |
| Hex | 84 | CD | B0 | 24 | 0 | E | 14 | 9C | 2A | 42 |
| Octal | 204 | 315 | 260 | 44 | 0 | 16 | 24 | 234 | 52 | 102 |
| Binary | 10000100 | 11001101 | 10110000 | 100100 | 0 | 1110 | 10100 | 10011100 | 101010 | 1000010 |
Color Harmonies of #84CDB0
Complementary color
Monochromatic Colors of #84CDB0
Black with #84CDB0
Text Example
Text Example
White with #84CDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CDB0; }
p { color: rgb(132,205,176); }
H1.HeaderClassName
{
color: #84CDB0;
}
.AnyTagClassName
{
color: #84CDB0;
}
</style>
background-color css
<style>
a { background-color: #84CDB0; }
a { background-color: rgb(132,205,176); }
div.DivClassName
{
background-color: #84CDB0;
}
.BgClassName
{
background-color: #84CDB0;
}
</style>
border-color css
<style>
span { border-color: #84CDB0; }
span { border-color: rgb(132,205,176); }
td.TdClassName
{
border-color: #84CDB0;
}
.TagClassName
{
border-color: #84CDB0;
}
</style>