#85C0B9

Color #85C0B9 Monte Carlo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monte Carlo #85C0B9

Tints of Monte Carlo #85C0B9

Color information

#85C0B9 (or 0x85C0B9) is unknown color: approx Monte Carlo. HEX triplet: 85, C0 and B9. RGB value is (133,192,185). Sum of RGB (Red+Green+Blue) = 133+192+185=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 192 - color contains mainly: green. Hex color #85C0B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C0B9 is #7A3F46. Grayscale: #ADADAD. Windows color (decimal): -8011591 or 12173445. OLE color: 12173445.

HSL color Cylindrical-coordinate representation of color #85C0B9: hue angle of 172.88º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85C0B9 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB133192185-
CMYK0.3100.040.25
HSL172.88º31.89%63.73%-
HSV(B)172.88º30.73%75.29%-
XYZ37.2846.1952.85-
YUV173.56134.4599.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 26.08%
GREEN value IS 192 (75.39% from 255) = 37.65%
BLUE value IS 185 (72.66% from 255) = 36.27%
R=26.08%
G=37.65%
B=36.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331921850.3100.040.25172.8831.8963.73
Hex85C0B91F0419ad2040
Octal20530027137043125540100
Binary10000101110000001011100111111010011001101011011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85C0B9; }

 p { color: rgb(133,192,185); }

 H1.HeaderClassName
 {
   color: #85C0B9;
 }
 .AnyTagClassName
 {
   color: #85C0B9;
 }
</style>
background-color css

<style>
 a { background-color: #85C0B9; }

 a { background-color: rgb(133,192,185); }

 div.DivClassName
 {
   background-color: #85C0B9;
 }
 .BgClassName
 {
   background-color: #85C0B9;
 }
</style>
border-color css

<style>
 span { border-color: #85C0B9; }

 span { border-color: rgb(133,192,185); }

 td.TdClassName
 {
   border-color: #85C0B9;
 }
 .TagClassName
 {
   border-color: #85C0B9;
 }
</style>