Shades of Monte Carlo #84CEB4
Tints of Monte Carlo #84CEB4
RGB
CMYK
RGB Variations
Color information
#84CEB4 (or 0x84CEB4) is known color: Monte Carlo. HEX triplet: 84, CE and B4. RGB value is (132,206,180). Sum of RGB (Red+Green+Blue) = 132+206+180=518 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.48% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 206 - color contains mainly: green. Hex color #84CEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CEB4 is #7B314B. Grayscale: #B4B4B4. Windows color (decimal): -8073548 or 11849348. OLE color: 11849348.
HSL color Cylindrical-coordinate representation of color #84CEB4: hue angle of 158.92º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84CEB4 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 206 | 180 | - |
| CMYK | 0.36 | 0 | 0.13 | 0.19 |
| HSL | 158.92º | 0.43% | 0.66% | - |
| HSV(B) | 158.92º | 0.36% | 0.81% | - |
| XYZ | 39.83 | 52.34 | 51.18 | - |
| YUV | 180.91 | 127.48 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 206 | 180 | 0.36 | 0 | 0.13 | 0.19 | 158.92 | 0.43 | 0.66 |
| Hex | 84 | CE | B4 | 24 | 0 | D | 13 | 9F | 2B | 42 |
| Octal | 204 | 316 | 264 | 44 | 0 | 15 | 23 | 237 | 53 | 102 |
| Binary | 10000100 | 11001110 | 10110100 | 100100 | 0 | 1101 | 10011 | 10011111 | 101011 | 1000010 |
Color Harmonies of #84CEB4
Complementary color
Monochromatic Colors of #84CEB4
Black with #84CEB4
Text Example
Text Example
White with #84CEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CEB4; }
p { color: rgb(132,206,180); }
H1.HeaderClassName
{
color: #84CEB4;
}
.AnyTagClassName
{
color: #84CEB4;
}
</style>
background-color css
<style>
a { background-color: #84CEB4; }
a { background-color: rgb(132,206,180); }
div.DivClassName
{
background-color: #84CEB4;
}
.BgClassName
{
background-color: #84CEB4;
}
</style>
border-color css
<style>
span { border-color: #84CEB4; }
span { border-color: rgb(132,206,180); }
td.TdClassName
{
border-color: #84CEB4;
}
.TagClassName
{
border-color: #84CEB4;
}
</style>