Shades of Monte Carlo #84CEB2
Tints of Monte Carlo #84CEB2
RGB
CMYK
RGB Variations
Color information
#84CEB2 (or 0x84CEB2) is known color: Monte Carlo. HEX triplet: 84, CE and B2. RGB value is (132,206,178). Sum of RGB (Red+Green+Blue) = 132+206+178=516 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.58% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 206 - color contains mainly: green. Hex color #84CEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CEB2 is #7B314D. Grayscale: #B4B4B4. Windows color (decimal): -8073550 or 11718276. OLE color: 11718276.
HSL color Cylindrical-coordinate representation of color #84CEB2: hue angle of 157.3º 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 #84CEB2 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 206 | 178 | - |
| CMYK | 0.36 | 0 | 0.14 | 0.19 |
| HSL | 157.3º | 0.43% | 0.66% | - |
| HSV(B) | 157.3º | 0.36% | 0.81% | - |
| XYZ | 39.62 | 52.26 | 50.12 | - |
| YUV | 180.68 | 126.48 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 206 | 178 | 0.36 | 0 | 0.14 | 0.19 | 157.3 | 0.43 | 0.66 |
| Hex | 84 | CE | B2 | 24 | 0 | E | 13 | 9D | 2B | 42 |
| Octal | 204 | 316 | 262 | 44 | 0 | 16 | 23 | 235 | 53 | 102 |
| Binary | 10000100 | 11001110 | 10110010 | 100100 | 0 | 1110 | 10011 | 10011101 | 101011 | 1000010 |
Color Harmonies of #84CEB2
Complementary color
Monochromatic Colors of #84CEB2
Black with #84CEB2
Text Example
Text Example
White with #84CEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CEB2; }
p { color: rgb(132,206,178); }
H1.HeaderClassName
{
color: #84CEB2;
}
.AnyTagClassName
{
color: #84CEB2;
}
</style>
background-color css
<style>
a { background-color: #84CEB2; }
a { background-color: rgb(132,206,178); }
div.DivClassName
{
background-color: #84CEB2;
}
.BgClassName
{
background-color: #84CEB2;
}
</style>
border-color css
<style>
span { border-color: #84CEB2; }
span { border-color: rgb(132,206,178); }
td.TdClassName
{
border-color: #84CEB2;
}
.TagClassName
{
border-color: #84CEB2;
}
</style>