Shades of Monte Carlo #85C1BC
Tints of Monte Carlo #85C1BC
RGB
CMYK
RGB Variations
Color information
#85C1BC (or 0x85C1BC) is known color: Monte Carlo. HEX triplet: 85, C1 and BC. RGB value is (133,193,188). Sum of RGB (Red+Green+Blue) = 133+193+188=514 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.88% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 193 - color contains mainly: green. Hex color #85C1BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C1BC is #7A3E43. Grayscale: #AEAEAE. Windows color (decimal): -8011332 or 12370309. OLE color: 12370309.
HSL color Cylindrical-coordinate representation of color #85C1BC: hue angle of 175º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85C1BC is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 193 | 188 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.24 |
| HSL | 175º | 0.33% | 0.64% | - |
| HSV(B) | 175º | 0.31% | 0.76% | - |
| XYZ | 37.82 | 46.76 | 54.61 | - |
| YUV | 174.49 | 135.62 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 193 | 188 | 0.31 | 0 | 0.03 | 0.24 | 175 | 0.33 | 0.64 |
| Hex | 85 | C1 | BC | 1F | 0 | 3 | 18 | AF | 21 | 40 |
| Octal | 205 | 301 | 274 | 37 | 0 | 3 | 30 | 257 | 41 | 100 |
| Binary | 10000101 | 11000001 | 10111100 | 11111 | 0 | 11 | 11000 | 10101111 | 100001 | 1000000 |
Color Harmonies of #85C1BC
Complementary color
Monochromatic Colors of #85C1BC
Black with #85C1BC
Text Example
Text Example
White with #85C1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C1BC; }
p { color: rgb(133,193,188); }
H1.HeaderClassName
{
color: #85C1BC;
}
.AnyTagClassName
{
color: #85C1BC;
}
</style>
background-color css
<style>
a { background-color: #85C1BC; }
a { background-color: rgb(133,193,188); }
div.DivClassName
{
background-color: #85C1BC;
}
.BgClassName
{
background-color: #85C1BC;
}
</style>
border-color css
<style>
span { border-color: #85C1BC; }
span { border-color: rgb(133,193,188); }
td.TdClassName
{
border-color: #85C1BC;
}
.TagClassName
{
border-color: #85C1BC;
}
</style>