Shades of Monte Carlo #82BDB4
Tints of Monte Carlo #82BDB4
RGB
CMYK
RGB Variations
Color information
#82BDB4 (or 0x82BDB4) is known color: Monte Carlo. HEX triplet: 82, BD and B4. RGB value is (130,189,180). Sum of RGB (Red+Green+Blue) = 130+189+180=499 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26.05% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 189 - color contains mainly: green. Hex color #82BDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BDB4 is #7D424B. Grayscale: #AAAAAA. Windows color (decimal): -8208972 or 11844994. OLE color: 11844994.
HSL color Cylindrical-coordinate representation of color #82BDB4: hue angle of 170.85º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82BDB4 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 189 | 180 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.26 |
| HSL | 170.85º | 0.31% | 0.63% | - |
| HSV(B) | 170.85º | 0.31% | 0.74% | - |
| XYZ | 35.64 | 44.44 | 49.88 | - |
| YUV | 170.33 | 133.45 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 189 | 180 | 0.31 | 0 | 0.05 | 0.26 | 170.85 | 0.31 | 0.63 |
| Hex | 82 | BD | B4 | 1F | 0 | 5 | 1A | AB | 1F | 3F |
| Octal | 202 | 275 | 264 | 37 | 0 | 5 | 32 | 253 | 37 | 77 |
| Binary | 10000010 | 10111101 | 10110100 | 11111 | 0 | 101 | 11010 | 10101011 | 11111 | 111111 |
Color Harmonies of #82BDB4
Complementary color
Monochromatic Colors of #82BDB4
Black with #82BDB4
Text Example
Text Example
White with #82BDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BDB4; }
p { color: rgb(130,189,180); }
H1.HeaderClassName
{
color: #82BDB4;
}
.AnyTagClassName
{
color: #82BDB4;
}
</style>
background-color css
<style>
a { background-color: #82BDB4; }
a { background-color: rgb(130,189,180); }
div.DivClassName
{
background-color: #82BDB4;
}
.BgClassName
{
background-color: #82BDB4;
}
</style>
border-color css
<style>
span { border-color: #82BDB4; }
span { border-color: rgb(130,189,180); }
td.TdClassName
{
border-color: #82BDB4;
}
.TagClassName
{
border-color: #82BDB4;
}
</style>