Shades of Monte Carlo #82C3BA
Tints of Monte Carlo #82C3BA
RGB
CMYK
RGB Variations
Color information
#82C3BA (or 0x82C3BA) is known color: Monte Carlo. HEX triplet: 82, C3 and BA. RGB value is (130,195,186). Sum of RGB (Red+Green+Blue) = 130+195+186=511 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.44% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 195 - color contains mainly: green. Hex color #82C3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82C3BA is #7D3C45. Grayscale: #AEAEAE. Windows color (decimal): -8207430 or 12239746. OLE color: 12239746.
HSL color Cylindrical-coordinate representation of color #82C3BA: hue angle of 171.69º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82C3BA is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 195 | 186 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.24 |
| HSL | 171.69º | 0.35% | 0.64% | - |
| HSV(B) | 171.69º | 0.33% | 0.76% | - |
| XYZ | 37.58 | 47.32 | 53.61 | - |
| YUV | 174.54 | 134.47 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 195 | 186 | 0.33 | 0 | 0.05 | 0.24 | 171.69 | 0.35 | 0.64 |
| Hex | 82 | C3 | BA | 21 | 0 | 5 | 18 | AC | 23 | 40 |
| Octal | 202 | 303 | 272 | 41 | 0 | 5 | 30 | 254 | 43 | 100 |
| Binary | 10000010 | 11000011 | 10111010 | 100001 | 0 | 101 | 11000 | 10101100 | 100011 | 1000000 |
Color Harmonies of #82C3BA
Complementary color
Monochromatic Colors of #82C3BA
Black with #82C3BA
Text Example
Text Example
White with #82C3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C3BA; }
p { color: rgb(130,195,186); }
H1.HeaderClassName
{
color: #82C3BA;
}
.AnyTagClassName
{
color: #82C3BA;
}
</style>
background-color css
<style>
a { background-color: #82C3BA; }
a { background-color: rgb(130,195,186); }
div.DivClassName
{
background-color: #82C3BA;
}
.BgClassName
{
background-color: #82C3BA;
}
</style>
border-color css
<style>
span { border-color: #82C3BA; }
span { border-color: rgb(130,195,186); }
td.TdClassName
{
border-color: #82C3BA;
}
.TagClassName
{
border-color: #82C3BA;
}
</style>