Shades of Monte Carlo #82BEAC
Tints of Monte Carlo #82BEAC
RGB
CMYK
RGB Variations
Color information
#82BEAC (or 0x82BEAC) is known color: Monte Carlo. HEX triplet: 82, BE and AC. RGB value is (130,190,172). Sum of RGB (Red+Green+Blue) = 130+190+172=492 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.42% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 190 - color contains mainly: green. Hex color #82BEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BEAC is #7D4153. Grayscale: #AAAAAA. Windows color (decimal): -8208724 or 11320962. OLE color: 11320962.
HSL color Cylindrical-coordinate representation of color #82BEAC: hue angle of 162º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82BEAC is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 190 | 172 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.25 |
| HSL | 162º | 0.32% | 0.63% | - |
| HSV(B) | 162º | 0.32% | 0.75% | - |
| XYZ | 35.07 | 44.55 | 45.78 | - |
| YUV | 170.01 | 129.12 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 190 | 172 | 0.32 | 0 | 0.09 | 0.25 | 162 | 0.32 | 0.63 |
| Hex | 82 | BE | AC | 20 | 0 | 9 | 19 | A2 | 20 | 3F |
| Octal | 202 | 276 | 254 | 40 | 0 | 11 | 31 | 242 | 40 | 77 |
| Binary | 10000010 | 10111110 | 10101100 | 100000 | 0 | 1001 | 11001 | 10100010 | 100000 | 111111 |
Color Harmonies of #82BEAC
Complementary color
Monochromatic Colors of #82BEAC
Black with #82BEAC
Text Example
Text Example
White with #82BEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BEAC; }
p { color: rgb(130,190,172); }
H1.HeaderClassName
{
color: #82BEAC;
}
.AnyTagClassName
{
color: #82BEAC;
}
</style>
background-color css
<style>
a { background-color: #82BEAC; }
a { background-color: rgb(130,190,172); }
div.DivClassName
{
background-color: #82BEAC;
}
.BgClassName
{
background-color: #82BEAC;
}
</style>
border-color css
<style>
span { border-color: #82BEAC; }
span { border-color: rgb(130,190,172); }
td.TdClassName
{
border-color: #82BEAC;
}
.TagClassName
{
border-color: #82BEAC;
}
</style>