Shades of Monte Carlo #85BFB6
Tints of Monte Carlo #85BFB6
RGB
CMYK
RGB Variations
Color information
#85BFB6 (or 0x85BFB6) is known color: Monte Carlo. HEX triplet: 85, BF and B6. RGB value is (133,191,182). Sum of RGB (Red+Green+Blue) = 133+191+182=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 191 - color contains mainly: green. Hex color #85BFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BFB6 is #7A4049. Grayscale: #ACACAC. Windows color (decimal): -8011850 or 11976581. OLE color: 11976581.
HSL color Cylindrical-coordinate representation of color #85BFB6: hue angle of 170.69º 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 #85BFB6 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 191 | 182 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.25 |
| HSL | 170.69º | 0.31% | 0.64% | - |
| HSV(B) | 170.69º | 0.3% | 0.75% | - |
| XYZ | 36.75 | 45.63 | 51.13 | - |
| YUV | 172.63 | 133.28 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 191 | 182 | 0.30 | 0 | 0.05 | 0.25 | 170.69 | 0.31 | 0.64 |
| Hex | 85 | BF | B6 | 1E | 0 | 5 | 19 | AB | 1F | 40 |
| Octal | 205 | 277 | 266 | 36 | 0 | 5 | 31 | 253 | 37 | 100 |
| Binary | 10000101 | 10111111 | 10110110 | 11110 | 0 | 101 | 11001 | 10101011 | 11111 | 1000000 |
Color Harmonies of #85BFB6
Complementary color
Monochromatic Colors of #85BFB6
Black with #85BFB6
Text Example
Text Example
White with #85BFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BFB6; }
p { color: rgb(133,191,182); }
H1.HeaderClassName
{
color: #85BFB6;
}
.AnyTagClassName
{
color: #85BFB6;
}
</style>
background-color css
<style>
a { background-color: #85BFB6; }
a { background-color: rgb(133,191,182); }
div.DivClassName
{
background-color: #85BFB6;
}
.BgClassName
{
background-color: #85BFB6;
}
</style>
border-color css
<style>
span { border-color: #85BFB6; }
span { border-color: rgb(133,191,182); }
td.TdClassName
{
border-color: #85BFB6;
}
.TagClassName
{
border-color: #85BFB6;
}
</style>