Shades of Monte Carlo #82BEAB
Tints of Monte Carlo #82BEAB
RGB
CMYK
RGB Variations
Color information
#82BEAB (or 0x82BEAB) is known color: Monte Carlo. HEX triplet: 82, BE and AB. RGB value is (130,190,171). Sum of RGB (Red+Green+Blue) = 130+190+171=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 190 - color contains mainly: green. Hex color #82BEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BEAB is #7D4154. Grayscale: #A9A9A9. Windows color (decimal): -8208725 or 11255426. OLE color: 11255426.
HSL color Cylindrical-coordinate representation of color #82BEAB: hue angle of 161º 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 #82BEAB is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 190 | 171 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.25 |
| HSL | 161º | 0.32% | 0.63% | - |
| HSV(B) | 161º | 0.32% | 0.75% | - |
| XYZ | 34.97 | 44.51 | 45.28 | - |
| YUV | 169.89 | 128.62 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 190 | 171 | 0.32 | 0 | 0.10 | 0.25 | 161 | 0.32 | 0.63 |
| Hex | 82 | BE | AB | 20 | 0 | A | 19 | A1 | 20 | 3F |
| Octal | 202 | 276 | 253 | 40 | 0 | 12 | 31 | 241 | 40 | 77 |
| Binary | 10000010 | 10111110 | 10101011 | 100000 | 0 | 1010 | 11001 | 10100001 | 100000 | 111111 |
Color Harmonies of #82BEAB
Complementary color
Monochromatic Colors of #82BEAB
Black with #82BEAB
Text Example
Text Example
White with #82BEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BEAB; }
p { color: rgb(130,190,171); }
H1.HeaderClassName
{
color: #82BEAB;
}
.AnyTagClassName
{
color: #82BEAB;
}
</style>
background-color css
<style>
a { background-color: #82BEAB; }
a { background-color: rgb(130,190,171); }
div.DivClassName
{
background-color: #82BEAB;
}
.BgClassName
{
background-color: #82BEAB;
}
</style>
border-color css
<style>
span { border-color: #82BEAB; }
span { border-color: rgb(130,190,171); }
td.TdClassName
{
border-color: #82BEAB;
}
.TagClassName
{
border-color: #82BEAB;
}
</style>