Shades of Monte Carlo #82BEB9
Tints of Monte Carlo #82BEB9
RGB
CMYK
RGB Variations
Color information
#82BEB9 (or 0x82BEB9) is known color: Monte Carlo. HEX triplet: 82, BE and B9. RGB value is (130,190,185). Sum of RGB (Red+Green+Blue) = 130+190+185=505 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.74% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 190 - color contains mainly: green. Hex color #82BEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BEB9 is #7D4146. Grayscale: #ABABAB. Windows color (decimal): -8208711 or 12172930. OLE color: 12172930.
HSL color Cylindrical-coordinate representation of color #82BEB9: hue angle of 175º 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 #82BEB9 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 190 | 185 | - |
| CMYK | 0.32 | 0 | 0.03 | 0.25 |
| HSL | 175º | 0.32% | 0.63% | - |
| HSV(B) | 175º | 0.32% | 0.75% | - |
| XYZ | 36.38 | 45.08 | 52.68 | - |
| YUV | 171.49 | 135.62 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 190 | 185 | 0.32 | 0 | 0.03 | 0.25 | 175 | 0.32 | 0.63 |
| Hex | 82 | BE | B9 | 20 | 0 | 3 | 19 | AF | 20 | 3F |
| Octal | 202 | 276 | 271 | 40 | 0 | 3 | 31 | 257 | 40 | 77 |
| Binary | 10000010 | 10111110 | 10111001 | 100000 | 0 | 11 | 11001 | 10101111 | 100000 | 111111 |
Color Harmonies of #82BEB9
Complementary color
Monochromatic Colors of #82BEB9
Black with #82BEB9
Text Example
Text Example
White with #82BEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BEB9; }
p { color: rgb(130,190,185); }
H1.HeaderClassName
{
color: #82BEB9;
}
.AnyTagClassName
{
color: #82BEB9;
}
</style>
background-color css
<style>
a { background-color: #82BEB9; }
a { background-color: rgb(130,190,185); }
div.DivClassName
{
background-color: #82BEB9;
}
.BgClassName
{
background-color: #82BEB9;
}
</style>
border-color css
<style>
span { border-color: #82BEB9; }
span { border-color: rgb(130,190,185); }
td.TdClassName
{
border-color: #82BEB9;
}
.TagClassName
{
border-color: #82BEB9;
}
</style>