Shades of Monte Carlo #85C2B3
Tints of Monte Carlo #85C2B3
RGB
CMYK
RGB Variations
Color information
#85C2B3 (or 0x85C2B3) is known color: Monte Carlo. HEX triplet: 85, C2 and B3. RGB value is (133,194,179). Sum of RGB (Red+Green+Blue) = 133+194+179=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 179 (70.31% from 255 or 35.38% from 506); Max value from RGB is 194 - color contains mainly: green. Hex color #85C2B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C2B3 is #7A3D4C. Grayscale: #AEAEAE. Windows color (decimal): -8011085 or 11780741. OLE color: 11780741.
HSL color Cylindrical-coordinate representation of color #85C2B3: hue angle of 165.25º 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 #85C2B3 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 194 | 179 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.24 |
| HSL | 165.25º | 0.33% | 0.64% | - |
| HSV(B) | 165.25º | 0.31% | 0.76% | - |
| XYZ | 37.1 | 46.82 | 49.73 | - |
| YUV | 174.05 | 130.79 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 194 | 179 | 0.31 | 0 | 0.08 | 0.24 | 165.25 | 0.33 | 0.64 |
| Hex | 85 | C2 | B3 | 1F | 0 | 8 | 18 | A5 | 21 | 40 |
| Octal | 205 | 302 | 263 | 37 | 0 | 10 | 30 | 245 | 41 | 100 |
| Binary | 10000101 | 11000010 | 10110011 | 11111 | 0 | 1000 | 11000 | 10100101 | 100001 | 1000000 |
Color Harmonies of #85C2B3
Complementary color
Monochromatic Colors of #85C2B3
Black with #85C2B3
Text Example
Text Example
White with #85C2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C2B3; }
p { color: rgb(133,194,179); }
H1.HeaderClassName
{
color: #85C2B3;
}
.AnyTagClassName
{
color: #85C2B3;
}
</style>
background-color css
<style>
a { background-color: #85C2B3; }
a { background-color: rgb(133,194,179); }
div.DivClassName
{
background-color: #85C2B3;
}
.BgClassName
{
background-color: #85C2B3;
}
</style>
border-color css
<style>
span { border-color: #85C2B3; }
span { border-color: rgb(133,194,179); }
td.TdClassName
{
border-color: #85C2B3;
}
.TagClassName
{
border-color: #85C2B3;
}
</style>