Shades of Monte Carlo #82BBAE
Tints of Monte Carlo #82BBAE
RGB
CMYK
RGB Variations
Color information
#82BBAE (or 0x82BBAE) is known color: Monte Carlo. HEX triplet: 82, BB and AE. RGB value is (130,187,174). Sum of RGB (Red+Green+Blue) = 130+187+174=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 187 - color contains mainly: green. Hex color #82BBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BBAE is #7D4451. Grayscale: #A8A8A8. Windows color (decimal): -8209490 or 11451266. OLE color: 11451266.
HSL color Cylindrical-coordinate representation of color #82BBAE: hue angle of 166.32º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82BBAE is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 187 | 174 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.27 |
| HSL | 166.32º | 0.3% | 0.62% | - |
| HSV(B) | 166.32º | 0.3% | 0.73% | - |
| XYZ | 34.62 | 43.34 | 46.59 | - |
| YUV | 168.48 | 131.12 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 187 | 174 | 0.30 | 0 | 0.07 | 0.27 | 166.32 | 0.3 | 0.62 |
| Hex | 82 | BB | AE | 1E | 0 | 7 | 1B | A6 | 1E | 3E |
| Octal | 202 | 273 | 256 | 36 | 0 | 7 | 33 | 246 | 36 | 76 |
| Binary | 10000010 | 10111011 | 10101110 | 11110 | 0 | 111 | 11011 | 10100110 | 11110 | 111110 |
Color Harmonies of #82BBAE
Complementary color
Monochromatic Colors of #82BBAE
Black with #82BBAE
Text Example
Text Example
White with #82BBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BBAE; }
p { color: rgb(130,187,174); }
H1.HeaderClassName
{
color: #82BBAE;
}
.AnyTagClassName
{
color: #82BBAE;
}
</style>
background-color css
<style>
a { background-color: #82BBAE; }
a { background-color: rgb(130,187,174); }
div.DivClassName
{
background-color: #82BBAE;
}
.BgClassName
{
background-color: #82BBAE;
}
</style>
border-color css
<style>
span { border-color: #82BBAE; }
span { border-color: rgb(130,187,174); }
td.TdClassName
{
border-color: #82BBAE;
}
.TagClassName
{
border-color: #82BBAE;
}
</style>