Shades of Monte Carlo #84CDB4
Tints of Monte Carlo #84CDB4
RGB
CMYK
RGB Variations
Color information
#84CDB4 (or 0x84CDB4) is known color: Monte Carlo. HEX triplet: 84, CD and B4. RGB value is (132,205,180). Sum of RGB (Red+Green+Blue) = 132+205+180=517 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.53% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #84CDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CDB4 is #7B324B. Grayscale: #B4B4B4. Windows color (decimal): -8073804 or 11849092. OLE color: 11849092.
HSL color Cylindrical-coordinate representation of color #84CDB4: hue angle of 159.45º 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 #84CDB4 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 205 | 180 | - |
| CMYK | 0.36 | 0 | 0.12 | 0.20 |
| HSL | 159.45º | 0.42% | 0.66% | - |
| HSV(B) | 159.45º | 0.36% | 0.8% | - |
| XYZ | 39.59 | 51.86 | 51.1 | - |
| YUV | 180.32 | 127.82 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 205 | 180 | 0.36 | 0 | 0.12 | 0.20 | 159.45 | 0.42 | 0.66 |
| Hex | 84 | CD | B4 | 24 | 0 | C | 14 | 9F | 2A | 42 |
| Octal | 204 | 315 | 264 | 44 | 0 | 14 | 24 | 237 | 52 | 102 |
| Binary | 10000100 | 11001101 | 10110100 | 100100 | 0 | 1100 | 10100 | 10011111 | 101010 | 1000010 |
Color Harmonies of #84CDB4
Complementary color
Monochromatic Colors of #84CDB4
Black with #84CDB4
Text Example
Text Example
White with #84CDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CDB4; }
p { color: rgb(132,205,180); }
H1.HeaderClassName
{
color: #84CDB4;
}
.AnyTagClassName
{
color: #84CDB4;
}
</style>
background-color css
<style>
a { background-color: #84CDB4; }
a { background-color: rgb(132,205,180); }
div.DivClassName
{
background-color: #84CDB4;
}
.BgClassName
{
background-color: #84CDB4;
}
</style>
border-color css
<style>
span { border-color: #84CDB4; }
span { border-color: rgb(132,205,180); }
td.TdClassName
{
border-color: #84CDB4;
}
.TagClassName
{
border-color: #84CDB4;
}
</style>