Shades of Monte Carlo #82BEB4
Tints of Monte Carlo #82BEB4
RGB
CMYK
RGB Variations
Color information
#82BEB4 (or 0x82BEB4) is known color: Monte Carlo. HEX triplet: 82, BE and B4. RGB value is (130,190,180). Sum of RGB (Red+Green+Blue) = 130+190+180=500 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 190 - color contains mainly: green. Hex color #82BEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BEB4 is #7D414B. Grayscale: #AAAAAA. Windows color (decimal): -8208716 or 11845250. OLE color: 11845250.
HSL color Cylindrical-coordinate representation of color #82BEB4: hue angle of 170º 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 #82BEB4 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 190 | 180 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.25 |
| HSL | 170º | 0.32% | 0.63% | - |
| HSV(B) | 170º | 0.32% | 0.75% | - |
| XYZ | 35.86 | 44.87 | 49.95 | - |
| YUV | 170.92 | 133.12 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 190 | 180 | 0.32 | 0 | 0.05 | 0.25 | 170 | 0.32 | 0.63 |
| Hex | 82 | BE | B4 | 20 | 0 | 5 | 19 | AA | 20 | 3F |
| Octal | 202 | 276 | 264 | 40 | 0 | 5 | 31 | 252 | 40 | 77 |
| Binary | 10000010 | 10111110 | 10110100 | 100000 | 0 | 101 | 11001 | 10101010 | 100000 | 111111 |
Color Harmonies of #82BEB4
Complementary color
Monochromatic Colors of #82BEB4
Black with #82BEB4
Text Example
Text Example
White with #82BEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BEB4; }
p { color: rgb(130,190,180); }
H1.HeaderClassName
{
color: #82BEB4;
}
.AnyTagClassName
{
color: #82BEB4;
}
</style>
background-color css
<style>
a { background-color: #82BEB4; }
a { background-color: rgb(130,190,180); }
div.DivClassName
{
background-color: #82BEB4;
}
.BgClassName
{
background-color: #82BEB4;
}
</style>
border-color css
<style>
span { border-color: #82BEB4; }
span { border-color: rgb(130,190,180); }
td.TdClassName
{
border-color: #82BEB4;
}
.TagClassName
{
border-color: #82BEB4;
}
</style>