Shades of Monte Carlo #82CEAF
Tints of Monte Carlo #82CEAF
RGB
CMYK
RGB Variations
Color information
#82CEAF (or 0x82CEAF) is known color: Monte Carlo. HEX triplet: 82, CE and AF. RGB value is (130,206,175). Sum of RGB (Red+Green+Blue) = 130+206+175=511 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.44% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #82CEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CEAF is #7D3150. Grayscale: #B3B3B3. Windows color (decimal): -8204625 or 11521666. OLE color: 11521666.
HSL color Cylindrical-coordinate representation of color #82CEAF: hue angle of 155.53º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82CEAF is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 206 | 175 | - |
| CMYK | 0.37 | 0 | 0.15 | 0.19 |
| HSL | 155.53º | 0.44% | 0.66% | - |
| HSV(B) | 155.53º | 0.37% | 0.81% | - |
| XYZ | 39.02 | 51.98 | 48.53 | - |
| YUV | 179.74 | 125.32 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 206 | 175 | 0.37 | 0 | 0.15 | 0.19 | 155.53 | 0.44 | 0.66 |
| Hex | 82 | CE | AF | 25 | 0 | F | 13 | 9C | 2C | 42 |
| Octal | 202 | 316 | 257 | 45 | 0 | 17 | 23 | 234 | 54 | 102 |
| Binary | 10000010 | 11001110 | 10101111 | 100101 | 0 | 1111 | 10011 | 10011100 | 101100 | 1000010 |
Color Harmonies of #82CEAF
Complementary color
Monochromatic Colors of #82CEAF
Black with #82CEAF
Text Example
Text Example
White with #82CEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CEAF; }
p { color: rgb(130,206,175); }
H1.HeaderClassName
{
color: #82CEAF;
}
.AnyTagClassName
{
color: #82CEAF;
}
</style>
background-color css
<style>
a { background-color: #82CEAF; }
a { background-color: rgb(130,206,175); }
div.DivClassName
{
background-color: #82CEAF;
}
.BgClassName
{
background-color: #82CEAF;
}
</style>
border-color css
<style>
span { border-color: #82CEAF; }
span { border-color: rgb(130,206,175); }
td.TdClassName
{
border-color: #82CEAF;
}
.TagClassName
{
border-color: #82CEAF;
}
</style>