Shades of Monte Carlo #82D2B2
Tints of Monte Carlo #82D2B2
RGB
CMYK
RGB Variations
Color information
#82D2B2 (or 0x82D2B2) is known color: Monte Carlo. HEX triplet: 82, D2 and B2. RGB value is (130,210,178). Sum of RGB (Red+Green+Blue) = 130+210+178=518 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.10% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 210 - color contains mainly: green. Hex color #82D2B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D2B2 is #7D2D4D. Grayscale: #B6B6B6. Windows color (decimal): -8203598 or 11719298. OLE color: 11719298.
HSL color Cylindrical-coordinate representation of color #82D2B2: hue angle of 156º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82D2B2 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 210 | 178 | - |
| CMYK | 0.38 | 0 | 0.15 | 0.18 |
| HSL | 156º | 0.47% | 0.67% | - |
| HSV(B) | 156º | 0.38% | 0.82% | - |
| XYZ | 40.29 | 54.05 | 50.43 | - |
| YUV | 182.43 | 125.5 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 210 | 178 | 0.38 | 0 | 0.15 | 0.18 | 156 | 0.47 | 0.67 |
| Hex | 82 | D2 | B2 | 26 | 0 | F | 12 | 9C | 2F | 43 |
| Octal | 202 | 322 | 262 | 46 | 0 | 17 | 22 | 234 | 57 | 103 |
| Binary | 10000010 | 11010010 | 10110010 | 100110 | 0 | 1111 | 10010 | 10011100 | 101111 | 1000011 |
Color Harmonies of #82D2B2
Complementary color
Monochromatic Colors of #82D2B2
Black with #82D2B2
Text Example
Text Example
White with #82D2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D2B2; }
p { color: rgb(130,210,178); }
H1.HeaderClassName
{
color: #82D2B2;
}
.AnyTagClassName
{
color: #82D2B2;
}
</style>
background-color css
<style>
a { background-color: #82D2B2; }
a { background-color: rgb(130,210,178); }
div.DivClassName
{
background-color: #82D2B2;
}
.BgClassName
{
background-color: #82D2B2;
}
</style>
border-color css
<style>
span { border-color: #82D2B2; }
span { border-color: rgb(130,210,178); }
td.TdClassName
{
border-color: #82D2B2;
}
.TagClassName
{
border-color: #82D2B2;
}
</style>