Shades of Monte Carlo #83BFB3
Tints of Monte Carlo #83BFB3
RGB
CMYK
RGB Variations
Color information
#83BFB3 (or 0x83BFB3) is known color: Monte Carlo. HEX triplet: 83, BF and B3. RGB value is (131,191,179). Sum of RGB (Red+Green+Blue) = 131+191+179=501 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.15% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 179 (70.31% from 255 or 35.73% from 501); Max value from RGB is 191 - color contains mainly: green. Hex color #83BFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BFB3 is #7C404C. Grayscale: #ABABAB. Windows color (decimal): -8142925 or 11779971. OLE color: 11779971.
HSL color Cylindrical-coordinate representation of color #83BFB3: hue angle of 168º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83BFB3 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 191 | 179 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.25 |
| HSL | 168º | 0.32% | 0.63% | - |
| HSV(B) | 168º | 0.31% | 0.75% | - |
| XYZ | 36.13 | 45.34 | 49.5 | - |
| YUV | 171.69 | 132.12 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 191 | 179 | 0.31 | 0 | 0.06 | 0.25 | 168 | 0.32 | 0.63 |
| Hex | 83 | BF | B3 | 1F | 0 | 6 | 19 | A8 | 20 | 3F |
| Octal | 203 | 277 | 263 | 37 | 0 | 6 | 31 | 250 | 40 | 77 |
| Binary | 10000011 | 10111111 | 10110011 | 11111 | 0 | 110 | 11001 | 10101000 | 100000 | 111111 |
Color Harmonies of #83BFB3
Complementary color
Monochromatic Colors of #83BFB3
Black with #83BFB3
Text Example
Text Example
White with #83BFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BFB3; }
p { color: rgb(131,191,179); }
H1.HeaderClassName
{
color: #83BFB3;
}
.AnyTagClassName
{
color: #83BFB3;
}
</style>
background-color css
<style>
a { background-color: #83BFB3; }
a { background-color: rgb(131,191,179); }
div.DivClassName
{
background-color: #83BFB3;
}
.BgClassName
{
background-color: #83BFB3;
}
</style>
border-color css
<style>
span { border-color: #83BFB3; }
span { border-color: rgb(131,191,179); }
td.TdClassName
{
border-color: #83BFB3;
}
.TagClassName
{
border-color: #83BFB3;
}
</style>