Shades of Monte Carlo #85BFBB
Tints of Monte Carlo #85BFBB
RGB
CMYK
RGB Variations
Color information
#85BFBB (or 0x85BFBB) is known color: Monte Carlo. HEX triplet: 85, BF and BB. RGB value is (133,191,187). Sum of RGB (Red+Green+Blue) = 133+191+187=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 191 - color contains mainly: green. Hex color #85BFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BFBB is #7A4044. Grayscale: #ADADAD. Windows color (decimal): -8011845 or 12304261. OLE color: 12304261.
HSL color Cylindrical-coordinate representation of color #85BFBB: hue angle of 175.86º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85BFBB is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 191 | 187 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.25 |
| HSL | 175.86º | 0.31% | 0.64% | - |
| HSV(B) | 175.86º | 0.3% | 0.75% | - |
| XYZ | 37.27 | 45.84 | 53.9 | - |
| YUV | 173.2 | 135.78 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 191 | 187 | 0.30 | 0 | 0.02 | 0.25 | 175.86 | 0.31 | 0.64 |
| Hex | 85 | BF | BB | 1E | 0 | 2 | 19 | B0 | 1F | 40 |
| Octal | 205 | 277 | 273 | 36 | 0 | 2 | 31 | 260 | 37 | 100 |
| Binary | 10000101 | 10111111 | 10111011 | 11110 | 0 | 10 | 11001 | 10110000 | 11111 | 1000000 |
Color Harmonies of #85BFBB
Complementary color
Monochromatic Colors of #85BFBB
Black with #85BFBB
Text Example
Text Example
White with #85BFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BFBB; }
p { color: rgb(133,191,187); }
H1.HeaderClassName
{
color: #85BFBB;
}
.AnyTagClassName
{
color: #85BFBB;
}
</style>
background-color css
<style>
a { background-color: #85BFBB; }
a { background-color: rgb(133,191,187); }
div.DivClassName
{
background-color: #85BFBB;
}
.BgClassName
{
background-color: #85BFBB;
}
</style>
border-color css
<style>
span { border-color: #85BFBB; }
span { border-color: rgb(133,191,187); }
td.TdClassName
{
border-color: #85BFBB;
}
.TagClassName
{
border-color: #85BFBB;
}
</style>