Shades of Monte Carlo #82BEB5
Tints of Monte Carlo #82BEB5
RGB
CMYK
RGB Variations
Color information
#82BEB5 (or 0x82BEB5) is known color: Monte Carlo. HEX triplet: 82, BE and B5. RGB value is (130,190,181). Sum of RGB (Red+Green+Blue) = 130+190+181=501 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.95% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 190 - color contains mainly: green. Hex color #82BEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BEB5 is #7D414A. Grayscale: #ABABAB. Windows color (decimal): -8208715 or 11910786. OLE color: 11910786.
HSL color Cylindrical-coordinate representation of color #82BEB5: hue angle of 171º 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 #82BEB5 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 190 | 181 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.25 |
| HSL | 171º | 0.32% | 0.63% | - |
| HSV(B) | 171º | 0.32% | 0.75% | - |
| XYZ | 35.96 | 44.91 | 50.49 | - |
| YUV | 171.03 | 133.62 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 190 | 181 | 0.32 | 0 | 0.05 | 0.25 | 171 | 0.32 | 0.63 |
| Hex | 82 | BE | B5 | 20 | 0 | 5 | 19 | AB | 20 | 3F |
| Octal | 202 | 276 | 265 | 40 | 0 | 5 | 31 | 253 | 40 | 77 |
| Binary | 10000010 | 10111110 | 10110101 | 100000 | 0 | 101 | 11001 | 10101011 | 100000 | 111111 |
Color Harmonies of #82BEB5
Complementary color
Monochromatic Colors of #82BEB5
Black with #82BEB5
Text Example
Text Example
White with #82BEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BEB5; }
p { color: rgb(130,190,181); }
H1.HeaderClassName
{
color: #82BEB5;
}
.AnyTagClassName
{
color: #82BEB5;
}
</style>
background-color css
<style>
a { background-color: #82BEB5; }
a { background-color: rgb(130,190,181); }
div.DivClassName
{
background-color: #82BEB5;
}
.BgClassName
{
background-color: #82BEB5;
}
</style>
border-color css
<style>
span { border-color: #82BEB5; }
span { border-color: rgb(130,190,181); }
td.TdClassName
{
border-color: #82BEB5;
}
.TagClassName
{
border-color: #82BEB5;
}
</style>