Shades of Monte Carlo #82BCAC
Tints of Monte Carlo #82BCAC
RGB
CMYK
RGB Variations
Color information
#82BCAC (or 0x82BCAC) is known color: Monte Carlo. HEX triplet: 82, BC and AC. RGB value is (130,188,172). Sum of RGB (Red+Green+Blue) = 130+188+172=490 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.53% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 188 - color contains mainly: green. Hex color #82BCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BCAC is #7D4353. Grayscale: #A8A8A8. Windows color (decimal): -8209236 or 11320450. OLE color: 11320450.
HSL color Cylindrical-coordinate representation of color #82BCAC: hue angle of 163.45º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82BCAC is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 188 | 172 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.26 |
| HSL | 163.45º | 0.3% | 0.62% | - |
| HSV(B) | 163.45º | 0.31% | 0.74% | - |
| XYZ | 34.64 | 43.69 | 45.64 | - |
| YUV | 168.83 | 129.78 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 188 | 172 | 0.31 | 0 | 0.09 | 0.26 | 163.45 | 0.3 | 0.62 |
| Hex | 82 | BC | AC | 1F | 0 | 9 | 1A | A3 | 1E | 3E |
| Octal | 202 | 274 | 254 | 37 | 0 | 11 | 32 | 243 | 36 | 76 |
| Binary | 10000010 | 10111100 | 10101100 | 11111 | 0 | 1001 | 11010 | 10100011 | 11110 | 111110 |
Color Harmonies of #82BCAC
Complementary color
Monochromatic Colors of #82BCAC
Black with #82BCAC
Text Example
Text Example
White with #82BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BCAC; }
p { color: rgb(130,188,172); }
H1.HeaderClassName
{
color: #82BCAC;
}
.AnyTagClassName
{
color: #82BCAC;
}
</style>
background-color css
<style>
a { background-color: #82BCAC; }
a { background-color: rgb(130,188,172); }
div.DivClassName
{
background-color: #82BCAC;
}
.BgClassName
{
background-color: #82BCAC;
}
</style>
border-color css
<style>
span { border-color: #82BCAC; }
span { border-color: rgb(130,188,172); }
td.TdClassName
{
border-color: #82BCAC;
}
.TagClassName
{
border-color: #82BCAC;
}
</style>