Shades of Monte Carlo #85CAB4
Tints of Monte Carlo #85CAB4
RGB
CMYK
RGB Variations
Color information
#85CAB4 (or 0x85CAB4) is known color: Monte Carlo. HEX triplet: 85, CA and B4. RGB value is (133,202,180). Sum of RGB (Red+Green+Blue) = 133+202+180=515 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.83% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 202 - color contains mainly: green. Hex color #85CAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CAB4 is #7A354B. Grayscale: #B2B2B2. Windows color (decimal): -8009036 or 11848325. OLE color: 11848325.
HSL color Cylindrical-coordinate representation of color #85CAB4: hue angle of 160.87º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85CAB4 is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 202 | 180 | - |
| CMYK | 0.34 | 0 | 0.11 | 0.21 |
| HSL | 160.87º | 0.39% | 0.66% | - |
| HSV(B) | 160.87º | 0.34% | 0.79% | - |
| XYZ | 39.03 | 50.52 | 50.87 | - |
| YUV | 178.86 | 128.64 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 202 | 180 | 0.34 | 0 | 0.11 | 0.21 | 160.87 | 0.39 | 0.66 |
| Hex | 85 | CA | B4 | 22 | 0 | B | 15 | A1 | 27 | 42 |
| Octal | 205 | 312 | 264 | 42 | 0 | 13 | 25 | 241 | 47 | 102 |
| Binary | 10000101 | 11001010 | 10110100 | 100010 | 0 | 1011 | 10101 | 10100001 | 100111 | 1000010 |
Color Harmonies of #85CAB4
Complementary color
Monochromatic Colors of #85CAB4
Black with #85CAB4
Text Example
Text Example
White with #85CAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CAB4; }
p { color: rgb(133,202,180); }
H1.HeaderClassName
{
color: #85CAB4;
}
.AnyTagClassName
{
color: #85CAB4;
}
</style>
background-color css
<style>
a { background-color: #85CAB4; }
a { background-color: rgb(133,202,180); }
div.DivClassName
{
background-color: #85CAB4;
}
.BgClassName
{
background-color: #85CAB4;
}
</style>
border-color css
<style>
span { border-color: #85CAB4; }
span { border-color: rgb(133,202,180); }
td.TdClassName
{
border-color: #85CAB4;
}
.TagClassName
{
border-color: #85CAB4;
}
</style>